Basic new user route with a sample test

Creating a payloads module as well
This commit is contained in:
shockrah
2020-02-07 14:57:44 -08:00
parent 6dd002171c
commit dd3acb5abe
4 changed files with 86 additions and 3 deletions

View File

@@ -2,13 +2,21 @@
frontend js needs some testing if it's to be guaranteed to work at all
endpoints need to start existsing so that we can actually start testing on per instance basis
# Creation of users
this part we'll probably use an sql db or something that couples easily with rocket
keep the user data designi as stupid simple as possible to enforce both security by surface and haxor simplicity
# Auth
* Modules should serve as a collection of authentication payloads and functions to verify that data from the client is correct
# Webpages
Starting to think that we shouldn't even bother with this stuff tbh
# Things to depracate
* webpages - as they're just not important to the core utility of freechat at the moment