Class: Aven::Oauth::Auth0Controller

Inherits:
BaseController show all
Defined in:
app/controllers/aven/oauth/auth0_controller.rb

Constant Summary collapse

DEFAULT_SCOPE =

Auth0 uses your domain (e.g., your-tenant.auth0.com or your-tenant.us.auth0.com) These URLs will be constructed dynamically based on the configured domain

"openid email profile"

Method Summary

Methods inherited from BaseController

#callback, #create, #error

Methods inherited from ApplicationController

#current_workspace, #current_workspace=

Methods included from ApplicationHelper

#aven_importmap_tags, #view_component