Skip to content

User Authentication

Bismita Guha edited this page Jul 5, 2020 · 2 revisions

User Authentication

To be able to use the application, a user needs to

  • Register
  • Confirm their Email
  • Login

Currently, JWT Authentication is being used to authenticate users. There are 2 types of users now- Admin and Student. This feature needs to be extended to include various user-levels including; mentors, volunteers, applicants, contributors, maintainers and so on. Other Login and Register methods which need to be applied:

  • OAuth using GitHub
  • OAuth using Google