-
Notifications
You must be signed in to change notification settings - Fork 58
User Authentication
Bismita Guha edited this page Jul 5, 2020
·
2 revisions
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
- Home
- AnitaB.org
- About AnitaB.org Open Source
- Getting Started
- How to Contribute
Documentation
- Project Requirements
- Setup and Install
- Development
- Database Design
- Initial Docs
- Main Concepts
- Future Ideas
GSoC Students