diff --git a/providers/password/handlers.go b/providers/password/handlers.go index a74ceb7..2a89fec 100644 --- a/providers/password/handlers.go +++ b/providers/password/handlers.go @@ -14,7 +14,7 @@ import ( // DefaultAuthorizeHandler default authorize handler var DefaultAuthorizeHandler = func(context *auth.Context) (*claims.Claims, error) { var ( - authInfo auth_identity.Basic + authInfo auth_identity.AuthIdentity req = context.Request tx = context.Auth.GetDB(req) provider, _ = context.Provider.(*Provider)