Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kemal-authorizer
v0.3.0
Kemal
Authorizer
AnonymousHandler
AuthenticationHandler
AuthorizationHandler
BaseHandler
Config
StorableUser
UserStorableObject
Built with Crystal 1.9.2
2023-10-08 13:29:41 UTC
class
Kemal::Authorizer::BaseHandler
Kemal::Authorizer::BaseHandler
Kemal::Handler
Reference
Object
Direct Known Subclasses
Kemal::Authorizer::AnonymousHandler
Kemal::Authorizer::AuthenticationHandler
Kemal::Authorizer::AuthorizationHandler
Defined in:
kemal-authorizer/handlers.cr
Constructors
.new
(auth_req_routes : Hash(String, Array(String)))
Constructor Detail
def self.
new
(auth_req_routes : Hash(String, Array(String)))
#
[
View source
]