Modernize djblets/auth.
Review Request #13968 — Created June 10, 2024 and submitted — Latest diff uploaded
This change makes several modernizations for the auth app:
- Add `from future import annotations' to everything.
- Add type hints.
- Fix up a few small type issues that were exposed by type hints.
- Add in missing docstrings.
Ran unit tests.