Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
session
v1.0.15
Message
Encryptor
Verifier
InvalidSignatureError
Session
AuthenticationHandler
Configuration
CookieStore
InvalidSessionEventException
InvalidSessionExeception
MemoryStore
NotImplementedException
Provider
RedisStore
SessionData
SessionHandler
SessionId
Store
Generated using Crystal 1.14.0
2024-12-03 05:47:17 UTC
class
Session::
AuthenticationHandler
Session::AuthenticationHandler
Reference
Object
Included Modules
HTTP::Handler
Defined in:
handlers/authentication_handler.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
]