uafrica / oauth-server

OAuth Server
Other
51 stars 51 forks source link

Manipulating storage queries #28

Open sean-nicholas opened 8 years ago

sean-nicholas commented 8 years ago

I want to alter the query in ScopeStorage to check for grantType and clientId like in https://github.com/thephpleague/oauth2-server/issues/384 It think an event would be a nice way to do this. Maybe there should also be a way to completely replace a storage with my own one. What do you think?