TDWolff / AtlasIndex

MIT License
1 stars 4 forks source link

Dealing with JWT SignUp/Login V:0.0.2 #2

Open TDWolff opened 7 months ago

TDWolff commented 7 months ago

Using CPT project, it comes with a default users.py file which deals with adding users to a sqlite.db file however the original script was made so that to make a user, you had to authenticate which causes issues if you don't have a user yet. I fixed this by removing portions of the code which required a token. View Commit Here to see changes

CPT VERSION 0.0.2