Module: ApiUserAuth
- Defined in:
- lib/api_user_auth.rb,
lib/api_user_auth/engine.rb,
lib/api_user_auth/version.rb,
lib/api_user_auth/controller.rb,
lib/api_user_auth/exceptions.rb,
app/models/api_user_auth/auth_user.rb,
lib/api_user_auth/providers/google.rb,
lib/api_user_auth/providers/facebook.rb,
lib/api_user_auth/providers/instagram.rb,
app/jobs/api_user_auth/application_job.rb,
app/models/api_user_auth/provider_token.rb,
app/mailers/api_user_auth/welcome_mailer.rb,
app/models/api_user_auth/application_record.rb,
app/helpers/api_user_auth/application_helper.rb,
app/mailers/api_user_auth/application_mailer.rb,
app/controllers/api_user_auth/auth_controller.rb,
app/mailers/api_user_auth/forgot_password_mailer.rb,
app/models/concerns/api_user_auth/auth_user_helper.rb,
app/models/concerns/api_user_auth/providers_helper.rb
Defined Under Namespace
Modules: ApplicationHelper, AuthUserHelper, Controller, Exceptions, Providers, ProvidersHelper Classes: ApplicationJob, ApplicationMailer, ApplicationRecord, AuthController, AuthUser, Engine, ForgotPasswordMailer, ProviderToken, WelcomeMailer
Constant Summary collapse
- UUID_REGEX =
/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
- VERSION =
'0.1.9'.freeze