Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cgit-auth
master
Cgit
Auth
Config
CookieAuthorizer
Crypt
Form
Labels
FormValidator
HMACHelpers
InvalidSignature
PasswordAuthenticator
Session
Built with Crystal 1.9.2
2023-10-07 19:49:04 UTC
module
Cgit::Auth::HMACHelpers
Defined in:
cgit-auth/hmac_helpers.cr
Instance Method Summary
#sign
(&block : IO -> ) : String
#verify
(base64_data : String, &block : IO -> T) : T forall T
Instance Method Detail
def
sign
(&block : IO -> ) : String
#
[
View source
]
def
verify
(base64_data : String, &block : IO -> T) : T forall T
#
[
View source
]