bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 950 forks source link

Use implicit grant type in handleTokenRequest #1023

Closed mondayrris closed 2 years ago

mondayrris commented 2 years ago

How can I achieve this

mondayrris commented 2 years ago

Found there is no way to use implicit grant type in handleTokenRequest. This grant type can be used in authoriseRequest. Closing this issue.