microl44 / Julet

Website visualizing data from my watched movies, brought forward by the jul.
3 stars 1 forks source link

Implement a login system that's connected to the database. It should use the user-table not mysql users. #54

Closed microl44 closed 5 months ago

microl44 commented 1 year ago

Plans are for the wheel to use a networking feature where a wheel can be created dynamically and spins can be made over the web, rather than just someone streaming over discord.

For such a feature, a login system is needed to differentiate people from one another. Identity theft is not a joke!

Currently the "users" table exist, and saves userID, username, password and email. In the future the database is going to contain more user-relevant information but for now, simply creating a functional login system should suffice. The users should have no rights in terms of adding or removing movies from the database. They should be able to view stats, movies, rules and Jul-Jul with no issues. They should also be able to use the filter functionality of the main table.

microl44 commented 5 months ago

Issue solved as of current rebase.