Open CosDiabos opened 2 weeks ago
Description Implements custom date expiration for Access Tokens and Hmac Keys/tokens leveraging the expires column within auth_identities table.
expires
Implements setAccessTokenExpirationById() method, getAccessTokenTimeToExpire(), hasHmacTokenExpired() trait methods and the CLI command shield:hmac invalidateAll.
setAccessTokenExpirationById()
getAccessTokenTimeToExpire()
hasHmacTokenExpired()
shield:hmac invalidateAll
Implements #926
Checklist:
Description Implements custom date expiration for Access Tokens and Hmac Keys/tokens leveraging the
expires
column within auth_identities table.Implements
setAccessTokenExpirationById()
method,getAccessTokenTimeToExpire()
,hasHmacTokenExpired()
trait methods and the CLI commandshield:hmac invalidateAll
.Implements #926
Checklist: