I made admin tools, I can make people an admin and verified ππ
The first 10 people to sign up get verified!
SparkLabs API in progress:
https://SparkLabs.amorogos.repl.co
Docs: https://SparkLabs.amorogos.repl.co/docs
also its https://sparklabs.amorogos.repl.co/api/accounts/join?username=yourusername&password=yourpassword (you missed the api part)
For those who dont know:
Use a post request not get (get is what you use to see websites)
btw when i ment βuse postβ i meant so you could use body instead of query X)
just a tip, don't include the ability to make admins in your admin tool. it should be used rarely enough that doing it in the db makes more sense. because it's more secure that way.
oh, okay. I will remove that ability