FitTrackee/fittrackee/oauth2
2022-06-08 12:06:34 +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 - config update + fix getting refresh token status 2022-06-08 11:19:14 +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 - handle confirmation when authorizing oauth client 2022-06-07 15:40:33 +02:00
server.py API - init resource protector (that also handles current authentication) 2022-05-29 14:23:30 +02:00