I'd like to write an article on authenticating and authorizing users on Strapi with Angular. It would focus on authenticated Strapi CRUD API operations. I was hoping to build on this quiz issue, by allowing users to sign up and track their scores on a quiz.
Title
Using Strapi for User Authentication and Authorization in Angular
Outline
Introduction
Brief explanation of what Strapi is
How Strapi handles authentication and authorization
Introduction of the existing Quiz app
Demonstrate how Strapi authentication and authorization would work on the quiz app
Setting up user sign up on Strapi
Creating a Score content type on Strapi
Creating an Angular HTTP service to handle scores and users
Building sign up and login pages on the Angular app
Conclusion
Summary of how Strapi handles authentication and authorization
My resource
I'd like to write an article on authenticating and authorizing users on Strapi with Angular. It would focus on authenticated Strapi CRUD API operations. I was hoping to build on this quiz issue, by allowing users to sign up and track their scores on a quiz.
Title
Using Strapi for User Authentication and Authorization in Angular
Outline