FitTrackee/fittrackee/oauth2
2022-11-26 12:55:01 +01:00
..
__init__.py API - init OAuth server and oauth clients creation 2022-05-29 14:22:51 +02:00
clean.py CLI - add command to clean blacklisted tokens 2022-09-15 13:15:07 +02:00
client.py API - refacto 2022-06-19 20:04:42 +02:00
commands.py CLI - add command to clean blacklisted tokens 2022-09-15 13:15:07 +02:00
config.py API - init resource protector (that also handles current authentication) 2022-05-29 14:23:30 +02:00
exceptions.py API - update OAuth2 scopes 2022-06-15 19:16:14 +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 update python dependencies 2022-11-09 14:16:24 +01:00
routes.py update python dependencies 2022-11-26 12:55:01 +01:00
server.py API - init resource protector (that also handles current authentication) 2022-05-29 14:23:30 +02:00