yii2-oauth2-server
yii2-oauth2-server copied to clipboard
A wrapper for implementing an OAuth2 Server(https://github.com/bshaffer/oauth2-server-php)
Hi. This is more of a question... How do I exclude an API endpoint from requiring a token?
In doc: ```
Please see : https://bshaffer.github.io/oauth2-server-php-docs/overview/openid-connect/ Can you give me an example, how to implement this in Yii 2?
I have 2 apps: - Yii2 server (wtih this exxtension itself) - Yii2 client (With https://github.com/yiisoft/yii2-authclient ) Everything is looked good in every step at Yii2 server side: ``` 'components'...
