mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2026-02-05 10:25:18 -05:00
- Add new `/profiles/` endpoint for listing user profiles with search, filtering, and pagination support - Implement list_profiles view with OpenAPI documentation for user discovery and leaderboards - Refactor WebAuthn authentication state management to simplify begin_authentication flow - Update MFA passkey login to store user reference instead of full state in cache This enables public profile browsing and improves the passkey authentication implementation by leveraging allauth's internal session management.