An attempt at a custom auth system
Hi... I was looking around at ways to make a login system for this website i was making, then I just decided to make my own auth system, I'm aware its probably not the safest and definitely not the best way to do this, but I'm still learning! :)
It also has Admin accounts and normal accounts, admin accounts will be able to post news updates (Only most recent 10 posts are shown on front page) :)
Warning: Passwords are stored in a plain .json file so be careful!
Voters
try using replit db to store your json so it's more secure
other than that, nice!