Skip to content

PhyoTP/pythonweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhyoAPI

logo
this is my backend for:

PhyoID

a user management system for my apps (and future websites) Multicards and Academ
website: https://auth.phyotp.dev

Usage

base url is api.phyotp.dev/phyoid. If JWT token is required, it has to be in the Authorisation header as Bearer JWT token.

/register (POST)

Registers a new user and returns a JWT token.

/login (POST)

Logs in a user and returns a new JWT token.

/update/data (PATCH)

Updates the specified data. JWT required.

/userdata (GET)

Returns user data. Specific data can be specified by using /userdata/<data>. JWT required.

/refresh (POST)

idk how to use this

/delete (POST)

Deletes user. Password and JWT token are required, so password has to be in the body.

Multicards

a database for public sets. find out more at https://github.com/PhyoTP/Multicards
website: https://multicards.phyotp.dev

StickyNotes

the webscraping and coupon finding part of Sticky Notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published