Add django-auth-toolkit

- Add task to clear expired oauth tokens
- Add setting for oauth app name
- Add docs
This commit is contained in:
Lacey Williams Henschel
2024-01-12 13:35:30 -08:00
committed by Lacey Henschel
parent 2f50377dfd
commit 10298f3ceb
9 changed files with 127 additions and 58 deletions

View File

@@ -1,6 +1,7 @@
# Documentation for the Boost Website
- [API Documentation](./api.md) - We don't have many API endpoints, but the ones we do have are documented here
- [Boost Mailing List](./mailing_list.md) -Includes OAuth instructions
- [Caching and the `RenderedContent` model](./caching_rendered_content.md)
- [Dependency Management](./dependencies.md)
- [Development Setup Notes](./development_setup_notes.md)