Module: WithAccounts
- Defined in:
- lib/with_accounts.rb,
lib/with_accounts/engine.rb,
lib/with_accounts/version.rb,
app/models/with_accounts/account.rb,
lib/with_accounts/errors_helpers.rb,
app/models/with_accounts/application_record.rb,
app/scenarios/with_accounts/jwts/create_token.rb,
app/controllers/with_accounts/meaningful_controller.rb,
app/controllers/with_accounts/application_controller.rb,
app/scenarios/with_accounts/passwords_creating/scenario.rb,
app/scenarios/with_accounts/passwords_creating/check_params.rb,
app/scenarios/with_accounts/passwords_creating/update_account.rb,
app/scenarios/with_accounts/login_invitations_creating/scenario.rb,
app/scenarios/with_accounts/jwts/access_tokens_creating/scenario.rb,
app/scenarios/with_accounts/jwts/refresh_tokens_creating/scenario.rb,
app/scenarios/with_accounts/login_invitations_creating/check_params.rb,
app/scenarios/with_accounts/jwts/refresh_tokens_creating/update_account.rb,
app/scenarios/with_accounts/login_invitations_creating/send_email_to_user.rb,
app/scenarios/with_accounts/jwts/access_tokens_creating/check_refresh_token.rb,
app/scenarios/with_accounts/passwords_creating/check_password_set_invitation.rb,
app/scenarios/with_accounts/login_invitations_creating/find_and_check_account.rb,
app/scenarios/with_accounts/jwts/access_tokens_creating/find_and_check_account.rb,
app/scenarios/with_accounts/jwts/refresh_tokens_creating/check_login_invitation.rb,
app/scenarios/with_accounts/jwts/access_tokens_creating/prepare_access_token_payload.rb,
app/scenarios/with_accounts/jwts/refresh_tokens_creating/prepare_refresh_token_payload.rb,
app/scenarios/with_accounts/login_invitations_creating/update_account_login_invitation.rb
Defined Under Namespace
Modules: ErrorsHelpers, Jwts, LoginInvitationsCreating, PasswordsCreating Classes: Account, ApplicationController, ApplicationRecord, Engine, MeaningfulController
Constant Summary collapse
- VERSION =
"0.1.5"