thosaniparth / CmyPlot

MIT License
0 stars 2 forks source link

[FEATURE] Implementing Users and Authenticating them on module #5

Open nsshah14 opened 2 years ago

nsshah14 commented 2 years ago

As the roadmap says, we should create user database and store their graphs in database. This feature will allow users to save their incomplete work and start right from where they left.

thosaniparth commented 2 years ago

I have begun with the authentication in which it stores the details using the pairwise username and password. It is used throughout a session.

nsshah14 commented 2 years ago

We should store this information in the encrypted form which cannot be seen by any users but used to authenticate them.