zf-fr / zfr-oauth2-server

PHP library for creating an OAuth 2 server (currently proof of concept)
BSD 3-Clause "New" or "Revised" License
36 stars 13 forks source link

Support Implicit Grant Type #65

Open basz opened 7 years ago

basz commented 7 years ago

Add implicit grant

It looks a lot like the Authorization Code grant, so it should be pretty easy to do.