Module: Groovestack

Defined in:
lib/groovestack/auth/passwordless/t_otp_tokenizer.rb,
lib/groovestack/auth.rb,
lib/groovestack/auth/engine.rb,
lib/groovestack/auth/routes.rb,
lib/groovestack/auth/version.rb,
lib/groovestack/auth/provider.rb,
lib/groovestack/auth/settings.rb,
lib/groovestack/auth/providers/apple.rb,
lib/groovestack/auth/providers/email.rb,
lib/groovestack/auth/providers/google.rb,
lib/groovestack/auth/providers/facebook.rb,
lib/groovestack/auth/providers/omni_auth.rb,
app/models/concerns/groovestack/auth/user.rb,
lib/groovestack/auth/graphql/visible_field.rb,
lib/groovestack/auth/graphql/visible_object.rb,
app/models/concerns/groovestack/auth/identity.rb,
lib/groovestack/auth/graphql/authorized_field.rb,
lib/groovestack/auth/graphql/authorized_object.rb,
lib/groovestack/auth/graphql/schema_visibility.rb,
app/channels/groovestack/auth/action_cable/connection.rb,
app/controllers/groovestack/auth/authenticated_api_controller.rb,
app/controllers/groovestack/auth/omniauth_callbacks_controller.rb,
app/controllers/groovestack/auth/passwordless/sessions_controller.rb,
app/controllers/groovestack/auth/passwordless/magic_links_controller.rb,
app/models/concerns/groovestack/auth/authorized_fields_for_serialization.rb,
app/controllers/concerns/groovestack/auth/graphql/controllers/auth_helpers.rb,
app/controllers/concerns/groovestack/auth/graphql/controllers/authed_execute.rb

Overview

require ‘base32’ # You can use any Base32 encoder

Defined Under Namespace

Modules: Auth