App::AuthlyTokenStore
Inherits Authly::TokenStore < Reference < Object
Custom Token Store - stores tokens in database for persistence and revocation
Instance methods
fetch(token_id : String)
Sourcerevoke(token_id : String)
Sourcerevoked?(token_id : String) : Bool
Sourcestore(token_id : String, payload)
Sourcevalid?(token_id : String) : Bool
Source