Description
In this course, you will learn :
- Understand and apply the Oauth2 authentication process.
- How password grant, authorization grant, and refresh token grant work.
- How to implement cross-origin resource sharing (CORS) policies.
- How to make your own user-principal.
Syllabus :
1. Theory
- Password Grant
- Authorization Code
- Refresh Token Grant
2. Practice
- XHR Requests (JavaScript client-side scenario)
- Back to the Core
- Running the Project Using the CLI