Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
session
v1.0.8
Message
Encryptor
Verifier
InvalidSignatureError
Session
Authenticate
Configuration
CookieStore
Databag
InvalidSessionEventException
InvalidSessionExeception
MemoryStore
NotImplementedException
Provider
RedisStore
SessionHandler
SessionId
Store
Built with Crystal 1.9.2
2023-10-08 13:07:37 UTC
class
Session::Authenticate
Session::Authenticate
Reference
Object
Included Modules
HTTP::Handler
Defined in:
handlers/authenticate.cr
Constructors
.new
(session : Session::Provider, signin_path : String, whitelist : Regex)
Instance Method Summary
#call
(context : HTTP::Server::Context)
#current_session
Constructor Detail
def self.
new
(session :
Session::Provider
, signin_path : String, whitelist : Regex)
#
[
View source
]
Instance Method Detail
def
call
(context : HTTP::Server::Context)
#
[
View source
]
def
current_session
#
[
View source
]