Table of Contents - slots-jwt-0.1.1 Documentation
Pages
Classes and Modules
- Create
- CreateSlotsSessions
- Slots
- Slots::InstallGenerator
- Slots::JWT
- Slots::JWT::AccessDenied
- Slots::JWT::AuthenticationFailed
- Slots::JWT::AuthenticationHelper
- Slots::JWT::AuthenticationHelper::ClassMethods
- Slots::JWT::Configuration
- Slots::JWT::DatabaseAuthentication
- Slots::JWT::DatabaseAuthentication::ClassMethods
- Slots::JWT::Engine
- Slots::JWT::GenericMethods
- Slots::JWT::GenericMethods::ClassMethods
- Slots::JWT::GenericValidations
- Slots::JWT::GenericValidations::ClassMethods
- Slots::JWT::InvalidSecret
- Slots::JWT::InvalidToken
- Slots::JWT::Model
- Slots::JWT::PermissionFilter
- Slots::JWT::Slokens
- Slots::JWT::Tests
- Slots::JWT::Tokens
- Slots::JWT::Tokens::ClassMethods
- Slots::JWT::TypeHelper
- Slots::ModelGenerator
Methods
- ::configuration — Slots::JWT
- ::configure — Slots::JWT
- ::decode — Slots::JWT::Slokens
- ::encode — Slots::JWT::Slokens
- ::included — Slots::JWT::TypeHelper
- ::new — Slots::JWT::Configuration
- ::new — Slots::JWT::PermissionFilter
- ::new — Slots::JWT::Slokens
- ::new — Slots::JWT::TypeHelper
- ::secret_yaml_file — Slots::JWT
- #_check_to_reject? — Slots::JWT::AuthenticationHelper::ClassMethods
- #_dont_check? — Slots::JWT::PermissionFilter
- #_failed_login — Slots::JWT::GenericMethods::ClassMethods
- #_reject_new_token? — Slots::JWT::GenericMethods::ClassMethods
- #_reject_token? — Slots::JWT::AuthenticationHelper::ClassMethods
- #_successful_login — Slots::JWT::GenericMethods::ClassMethods
- #_superclass_reject_token? — Slots::JWT::AuthenticationHelper::ClassMethods
- #_token_created_callback — Slots::JWT::GenericMethods::ClassMethods
- #access_denied! — Slots::JWT::AuthenticationHelper
- #add_route — Slots::InstallGenerator
- #allowed_new_token? — Slots::JWT::GenericMethods
- #as_json — Slots::JWT::DatabaseAuthentication
- #authenticate! — Slots::JWT::GenericMethods
- #authenticate? — Slots::JWT::GenericMethods
- #authentication_model — Slots::JWT::Configuration
- #authentication_model_key — Slots::JWT::Slokens
- #authorized_delete — Slots::JWT::Tests
- #authorized_get — Slots::JWT::Tests
- #authorized_patch — Slots::JWT::Tests
- #authorized_post — Slots::JWT::Tests
- #authorized_protocal — Slots::JWT::Tests
- #authorized_put — Slots::JWT::Tests
- #call — Slots::JWT::PermissionFilter
- #catch_access_denied — Slots::JWT::AuthenticationHelper::ClassMethods
- #catch_invalid_login — Slots::JWT::AuthenticationHelper::ClassMethods
- #catch_invalid_token — Slots::JWT::AuthenticationHelper::ClassMethods
- #change — CreateSlotsSessions
- #column_dont_match — Slots::JWT::GenericValidations
- #column_match — Slots::JWT::GenericValidations
- #copy_initializer — Slots::InstallGenerator
- #copy_model — Slots::ModelGenerator
- #create_token — Slots::JWT::Tokens
- #current_token — Slots::JWT::Tests
- #current_user — Slots::JWT::AuthenticationHelper
- #decode — Slots::JWT::Slokens
- #default_expected_keys — Slots::JWT::Slokens
- #encode — Slots::JWT::Slokens
- #expired? — Slots::JWT::Slokens
- #extra_payload — Slots::JWT::Tokens
- #failed_login — Slots::JWT::GenericMethods
- #failed_login — Slots::JWT::GenericMethods::ClassMethods
- #find_for_authentication — Slots::JWT::GenericMethods::ClassMethods
- #from_sloken — Slots::JWT::Tokens::ClassMethods
- #ignore_callbacks — Slots::JWT::AuthenticationHelper
- #ignore_login! — Slots::JWT::AuthenticationHelper::ClassMethods
- #is_admin — Slots::JWT::PermissionFilter
- #jw_token — Slots::JWT::AuthenticationHelper
- #jw_token! — Slots::JWT::AuthenticationHelper
- #jwt — Slots::JWT::Tokens
- #jwt_identifier — Slots::JWT::Tokens
- #jwt_identifier_column — Slots::JWT::Tokens::ClassMethods
- #load_user — Slots::JWT::AuthenticationHelper
- #logins= — Slots::JWT::Configuration
- #logins_meets_criteria — Slots::JWT::GenericValidations
- #new_session_token — Slots::JWT::AuthenticationHelper
- #new_token! — Slots::JWT::AuthenticationHelper
- #new_token? — Slots::JWT::Tokens
- #payload — Slots::JWT::Slokens
- #reject_new_token — Slots::JWT::GenericMethods::ClassMethods
- #reject_token — Slots::JWT::AuthenticationHelper::ClassMethods
- #require_load_user — Slots::JWT::AuthenticationHelper
- #require_login! — Slots::JWT::AuthenticationHelper::ClassMethods
- #require_user_load! — Slots::JWT::AuthenticationHelper::ClassMethods
- #require_valid_user — Slots::JWT::AuthenticationHelper
- #required_permission — Slots::JWT::PermissionFilter
- #required_permission — Slots::JWT::TypeHelper
- #run_token_created_callback — Slots::JWT::GenericMethods
- #secret — Slots::JWT::Configuration
- #secret — Slots::JWT::Slokens
- #secret= — Slots::JWT::Configuration
- #secret_yaml= — Slots::JWT::Configuration
- #session_assocaition — Slots::JWT::Model
- #set_config — Slots::ModelGenerator
- #set_payload — Slots::JWT::Slokens
- #set_token! — Slots::JWT::Tokens
- #set_token_header! — Slots::JWT::AuthenticationHelper
- #skip_callback! — Slots::JWT::AuthenticationHelper::ClassMethods
- #slots — Slots::JWT::Model
- #successful_login — Slots::JWT::GenericMethods
- #successful_login — Slots::JWT::GenericMethods::ClassMethods
- #to_graphql — Slots::JWT::TypeHelper
- #token — Slots::JWT::Tokens
- #token_allowed? — Slots::JWT::AuthenticationHelper
- #token_created_callback — Slots::JWT::GenericMethods::ClassMethods
- #token_header — Slots::JWT::Tests
- #unique_and_present — Slots::JWT::GenericValidations
- #update_exp — Slots::JWT::Slokens
- #update_expired_session_tokens — Slots::JWT::AuthenticationHelper
- #update_expired_session_tokens! — Slots::JWT::AuthenticationHelper::ClassMethods
- #update_iat — Slots::JWT::Slokens
- #update_session — Slots::JWT::Tokens
- #update_token — Slots::JWT::Slokens
- #update_token — Slots::JWT::Tokens
- #update_token! — Slots::JWT::AuthenticationHelper
- #update_token_data — Slots::JWT::Slokens
- #valid! — Slots::JWT::Slokens
- #valid? — Slots::JWT::Slokens
- #valid_in_database? — Slots::JWT::Tokens
- #valid_loaded_user — Slots::JWT::PermissionFilter