class

App::AuthlyTokenStore

Inherits Authly::TokenStore < Reference < Object

Custom Token Store - stores tokens in database for persistence and revocation

Instance methods

fetch(token_id : String)
Source
revoke(token_id : String)
Source
revoked?(token_id : String) : Bool
Source
store(token_id : String, payload)
Source
valid?(token_id : String) : Bool
Source