FitTrackee/fittrackee/oauth2
2022-06-12 17:15:18 +02:00
..
__init__.py API - init OAuth server and oauth clients creation 2022-05-29 14:22:51 +02:00
client.py API - add routes to manage oauth clients 2022-05-29 14:23:30 +02:00
config.py API - init resource protector (that also handles current authentication) 2022-05-29 14:23:30 +02:00
grants.py API - issue new token with refresh token 2022-06-08 12:06:34 +02:00
models.py API - revoke all token for a given client 2022-06-12 17:15:18 +02:00
resource_protector.py API - init resource protector (that also handles current authentication) 2022-05-29 14:23:30 +02:00
routes.py API - revoke all token for a given client 2022-06-12 17:15:18 +02:00
server.py API - init resource protector (that also handles current authentication) 2022-05-29 14:23:30 +02:00