...

/

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 ...