Guardian.DB v1.1.0 Guardian.DB.Token View Source
A very simple model for storing tokens generated by guardian.
Link to this section Summary
Functions
Create a new new token based on the JWT and decoded claims
Find one token by matching jti and aud
Purge any tokens that are expired. This should be done periodically to keep your DB table clean of clutter
Link to this section Functions
Create a new new token based on the JWT and decoded claims
Find one token by matching jti and aud
Purge any tokens that are expired. This should be done periodically to keep your DB table clean of clutter