auth
auth copied to clipboard
Add interface for Token invalidation
Should we add the interface of service for a Identity Token invalidation? Invalidated can be one token (by token and token type) or all user tokens (by identity id and optional token type)
In Yii 2 there was authKey used for this purpose.