You are browsing as a guest. Sign up (or log in) to start making projects!

2h 38m 15s logged

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!

1
26

Comments 1

@barfpile

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.