Tuhin-thinks / FileVista

React.js based file browser on web. I development and on the way to include lot of features in near future!
1 stars 2 forks source link

Create an authentication system for users #7

Open Tuhin-thinks opened 9 months ago

Tuhin-thinks commented 9 months ago

Authentication system for users

Currently, any user will be able to browser through the folder/files that node.js has access to. Let's create some basic authentication so that only admin can access the complete directory structure.

Note: This is a part of a very big authentication system that I have planned for this application.

Shriom-Trivedi commented 9 months ago

@Tuhin-thinks would love to take this on! you can assign it to me.

Shriom-Trivedi commented 9 months ago

@Tuhin-thinks would it require to make an login/register page also?

Tuhin-thinks commented 9 months ago

Yeah, login page and register page will be required. We will be using jwt based authentication system right? Or, google based 2-factor auth?