thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.53k stars 1.11k forks source link

Multiple tokens valid at the same time #1150

Closed devfutfanatics closed 3 years ago

devfutfanatics commented 3 years ago

Each time the application is authorized, a new token is generated and the old one is not revoked.