module

Auth

Constants

SECRET = ENV["SECRET_KEY"]? || (raise("SECRET_KEY not defined in .env file"))

Class methods

validate(context : HTTP::Server::Context) : Bool
Source