Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthService ¶
type AuthService struct {
DB func() db.Client
AppKey func() string
GetAuthProvider func(string) fs.AuthProvider
}
func New ¶
func New(app AppLike) *AuthService
func (*AuthService) Callback ¶
func (as *AuthService) Callback(c fs.Context, _ any) (u *userservice.LoginResponse, err error)
Click to show internal directories.
Click to hide internal directories.