How to use oAuth2

Hi again :slight_smile:

I want to securize my app with an authentication like oAuth2 but im a total beginner on this…
I don’t find any usefull ressources or tutorial about it, can you help me with it ?

I have a constraint about it, i can’t use composer so i have to do this on my own.

Thanks a lot

You can check the docs in extension yii2-authclient and implementation with oAuth2 in yii\authclient\OAuth2

1 Like

Thanks marcelo :slight_smile:

Im going to read this !

1 Like