FriendsOfSymfony / oauth2-php

A server implementation of OAuth 2.0
MIT License
515 stars 112 forks source link

Add event dispatch for easier customization #114

Open YaoOcelotl opened 5 years ago

YaoOcelotl commented 5 years ago

Added same events to facilitate implementing custom behavior. It allows to implement custom token generation for the auth code, access token and refresh token. Should fix #99