Fem-STEM / FemSTEM-Web-App

A web application that serves as an inclusive, supportive tech community focusing strictly on women and non-binaries. Our app offers mentorship opportunities, women-led tutorials, a hall of fame section and an opportunity of finding other female or non-binary teammates.
MIT License
7 stars 13 forks source link

Create a auth schema which is secure and easy to scale using JWT and cookies! #47

Open dasgupta002 opened 2 years ago

dasgupta002 commented 2 years ago

JWT are a standard procedure for web auth and it is very secure. It is also easy to maintain, understandable and uses minimum of dependencies. That would make the project lightweight and the code segment easy to comprehend for later add-on's.

I myself being a GSSOC '22 contributor would like to resolve this issue.