Skip to content

Serversided login and register system. Made with python.

Notifications You must be signed in to change notification settings

iisrak/Auth-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth-Server

Web based login and register in python. It uses tornado for the web server and peewee for the database.

Endpoints

/success/[ADMINTOKEN] (get) -> Generates a new token
/register (post username, password, token) -> Writes 3 (exception error), 2 (username already exists), 1 (invalid token), 0 (success)
/login (post username, password) -> Writes 2 (exception error), 1 (incorrect login), 0 (success)

About

Serversided login and register system. Made with python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages