thephpleague / oauth2-server-bundle

Symfony bundle for the OAuth2 Server.
MIT License
176 stars 86 forks source link

Make OAuth2Token non-final #143

Closed Amunak closed 3 months ago

Amunak commented 1 year ago

This - seemingly for no reason - prevents advanced use cases like extending the OAuth2Token with additional custom data.

There's a precedent in that Symfony themselves do not mark any Token classes as final and even extend them themselves.

chalasr commented 3 months ago

Thank you @Amunak.