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:
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.
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)
also another problem You didnt make it check if the user already exists