AreYouW / mano-aloe

For the Mano Aloe Support Squad Server
https://manotomo.tk
MIT License
19 stars 8 forks source link

Auth on Frontend #162

Open Nael-Nathanael opened 3 years ago

Nael-Nathanael commented 3 years ago

I've read some of AreYouW's commit about backend authentication and authorization. I think it's better to add the auth mechanism on the frontend side (Login/logout) for future development and database management by administrators.

I also couldn't found the mechanism to collect messages from the community directly from manotomo.tk, so I think creating auth on frontend could be the first step to create community message collecting and screening by administrators.

DuongTyler commented 3 years ago

As of right now, we have been uploading messages in bulk via a python csv uploader script. Right now the most useful interface we could use is an admin page that allows us to review and whitelist certain messages before adding them directly into the database. I've considered having an upload option for the csv, but I don't think it's such a good idea, especially if an admin account gets compromised

Nael-Nathanael commented 3 years ago

I see... I'll try to make the admin interface and make the login page in a separate route