Hello All,
Good Day!
I am developing a Yii2 Application. This will be pure API consumer application. No database connectivity.
Login API accepts user name and password, and returns oAuth Token. This token is used for subsequent operations.
- What should be the standards for this kind of implementations?
- What is the correct way to save the login session?
- Which Library i can make use of for the API requests?