Module: Auth

Defined in:
lib/auth.rb,
lib/auth/current_user_provider.rb

Defined Under Namespace

Classes: AuthProvider, Authenticator, CurrentUserProvider, DefaultCurrentUserProvider, DiscordAuthenticator, FacebookAuthenticator, GithubAuthenticator, GoogleOAuth2Authenticator, LinkedInOidcAuthenticator, ManagedAuthenticator, OauthFaradayFormatter, Result, TwitterAuthenticator

Constant Summary collapse

LOGIN_METHOD_OAUTH =
"oauth"
LOGIN_METHOD_LOCAL =
"local"