hasib32 / rest-api-with-lumen

Rest API boilerplate for Lumen micro-framework.
486 stars 144 forks source link

Implicit Grant ability #59

Open handhikadj opened 6 years ago

handhikadj commented 6 years ago

How to enable the Implicit Grant. Is it just adding enableImplicitGrant method to the AuthServiceProvider, much like in the docs?