strapi / community-content

Contribute and collaborate on educational content for the Strapi Community
https://strapi.io/write-for-the-community
574 stars 401 forks source link

[SUBMIT] Strapi Authentication and Authorization with Angular #458

Closed ghost closed 2 years ago

ghost commented 3 years ago

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

  1. 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
  2. Setting up user sign up on Strapi
  3. Creating a Score content type on Strapi
  4. Creating an Angular HTTP service to handle scores and users
  5. Building sign up and login pages on the Angular app
  6. Conclusion
    • Summary of how Strapi handles authentication and authorization
    • Summary of what was achieved in this tutorial