MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / Login

Method Login

core/utils/xpack/providers/auth.go:10–10  ·  view source on GitHub ↗
(c *gin.Context, info dto.Login, entrance string)

Source from the content-addressed store, hash-verified

8
9type AuthProvider interface {
10 Login(c *gin.Context, info dto.Login, entrance string) (*dto.UserLoginInfo, string, error)
11 MFALogin(c *gin.Context, info dto.MFALogin, entrance string) (*dto.UserLoginInfo, string, error)
12
13 ResetSuperAdminUser(name, password string) error

Callers 2

LoginMethod · 0.65
LoginMethod · 0.65

Implementers 1

authHelpercore/utils/xpack/helper/auth_helper.go

Calls

no outgoing calls

Tested by

no test coverage detected