majumdartanmay / collab

A small light weight web app to collaborate using text.
MIT License
1 stars 0 forks source link

Create a backend for user authentication. #7

Closed majumdartanmay closed 6 months ago

majumdartanmay commented 11 months ago

Right now we are using YJS as a database for authentication. Needless to say, this is highly vulnerable due to all data residing on client side and the validation is happening on client side as well.

We ought to have a backend which will be solely responsible for auth. (yet...)

majumdartanmay commented 6 months ago

This main branch is updated with the needed changes for this issue.