Devlog 2
email support
im working on adding email support so the user can use 2fa and do password resets.
this system uses the gmail API to work and i have currently added getting the token from credentials file plus sending the signup code email. i need to implement it with the signup function soon.
Signup
currently doing the input sanitation for the signup function but had to post as i hit 10 hour limit on not posting. signup currently dosnt work but i have checked passwords and its requirements, username checking against database plus username will be checked against the signup database.
Frontend
i have worked on the design of the front end with adding a signup form and login form. since my first post the main chat ui has been worked on and improved.
mobile has been attempted but i dont know how good it will look on every device, there is no mobile support on the chat ui as i might change it around soon. the chat ui is currently linked to the root of the website so that needs changing but signup and login pages can be access through the defined routes in main.py
Database
the database has taken me a bit of time to think about as i have design mostly what the finished site will need but still i keep changing it. there is a function that runs when the db_manage.py file is run that remakes all the tables if they are not there.
Demo
i will add a demo link when i get the account system working