...

/

Authentication and Authorization

Authentication and Authorization

Understand how our authentication flow works.

Flow summary

We have two types of users in our application:

  1. Administrators are responsible for handling the whole system. They upload and manage the different movies to be reviewed, and manage the users and their activities. Only users assigned the admin role or created as admins can do this.

  2. Movie reviewers are the users who view upcoming movies and review them. After downloading the application, they sign up and create a profile. They can only access the platform contents when they log in.

What are authorization and authentication?

Authentication and authorization are often used interchangeably, ...