module

Api::Auth::Auth0Helpers

Constants

AUTH0_DOMAIN_URL = "https://#{ENV["AUTH0_DOMAIN"]}"
AUTH0_USER_INFO_URL = "#{AUTH0_DOMAIN_URL}/userinfo"
JWKS_URL = "#{AUTH0_DOMAIN_URL}/.well-known/jwks.json"

Instance methods

current_user?

Returns cached value

Source
current_user__tuple_cached?

Checks the passed arguments against the memoized args and runs the method body if it is the very first call or the arguments do not match

Source
current_user__uncached?

Returns uncached value

Source

Nested types