Cami - Cami is a silly goofy authentication program for use in my other projects.
It currently supports:
POST/register - Registering an Account
POST/login - Logging in to get a token
POST/updatebio - Updating your bio
GET/getuser - Getting user information from name or ID (returns fries [currency] bio and account #)
I am currently working on:
POST/changepass - Changing password
Implementing this into a chat system that’s websocket based
Adding little games and things
This was all done with primarily Flask (for the server), hashlib (for hashing passwords), and tinydb (for storage). It is meant to be lightweight, easy to integrate into other systems, and a fun project in general!
Comments 1
All of this has been fixed up and had docs written for it in Github Web so I can’t make a new devlog yet lol.
Sign in to join the conversation.