Module: RailsIam::Authentication
- Defined in:
- app/services/rails_iam/authentication/login.rb,
app/services/rails_iam/authentication/logout.rb,
app/services/rails_iam/authentication/current.rb,
app/services/rails_iam/authentication/jwt_decoder.rb,
app/services/rails_iam/authentication/jwt_encoder.rb,
app/services/rails_iam/authentication/authenticator.rb,
app/services/rails_iam/authentication/token_extractor.rb,
app/services/rails_iam/authentication/authenticated_user.rb,
app/services/rails_iam/authentication/refresh_token_encoder.rb,
app/services/rails_iam/authentication/skip_authentication_rule.rb,
app/controllers/concerns/rails_iam/authentication/authenticatable.rb,
app/services/rails_iam/authentication/exceptions/authentication_error.rb
Defined Under Namespace
Modules: Authenticatable, Exceptions Classes: AuthenticatedUser, Authenticator, BearerExtractor, CookieExtractor, Current, JwtDecoder, JwtEncoder, Login, Logout, RefreshTokenEncoder, SkipAuthenticationRule, TokenExtractor