takahe/api/views
Cosmin Stejerean efd5f481e9
OAuth2 Fixes (#338)
This implements a few oauth2 fixes:

- passes along the state object
- enforces authorization code expiration (currently set to 1 minute, we could make this configurable)
- enforces redirect_uri
- properly checks for client_secret when granting a token
- handles pulling client authentication for token grant from basic auth
- implement token revocation
2023-01-01 11:46:55 -07:00
..
__init__.py Make emoji picker work on client apps 2022-12-15 16:50:30 -07:00
accounts.py Option to show/hide boosts for a followed user (#317) 2022-12-30 15:03:11 -07:00
apps.py More API read coverage 2022-12-12 11:56:49 -07:00
base.py More API read coverage 2022-12-12 11:56:49 -07:00
emoji.py Refactor HTML rendering into one place 2022-12-20 11:39:45 +00:00
filters.py Make emoji picker work on client apps 2022-12-15 16:50:30 -07:00
instance.py Invites overhaul 2022-12-22 07:03:21 +00:00
media.py Basic post mutation 2022-12-12 11:56:49 -07:00
notifications.py Don't error on unknown notification types 2022-12-31 10:46:38 -07:00
oauth.py OAuth2 Fixes (#338) 2023-01-01 11:46:55 -07:00
search.py Fetch actors with posts when needed 2022-12-20 10:17:52 +00:00
statuses.py /v1/statuses/{id}/favourited_by (#324) 2022-12-30 11:19:38 -07:00
timelines.py Accept interactions as pagination anchors 2022-12-29 14:00:37 -07:00