You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 0.4-dev branch.
Discussion
----------
Make OAuth2Token non-final
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.
Commits
-------
d896a16 Make OAuth2Token non-final
0 commit comments