module Api::Auth::Helpers

Direct including types

Defined in:

actions/mixins/api/auth/helpers.cr

Instance Method Summary

Instance Method Detail

def current_user? : User | Nil #

Returns cached value


[View source]
def current_user__tuple_cached? : Tuple(User | Nil) #

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


[View source]
def current_user__uncached? : User | Nil #

Returns uncached value


[View source]