module Auth::AllowGuests

Direct including types

Defined in:

actions/mixins/auth/allow_guests.cr

Instance Method Summary

Instance Method Detail

def current_user : User | Nil #

Since sign in is not required, current_user might be nil


[View source]