Fix "Migrate OAuth2 and API clients to database" (again)
The original change completely broke single logout support. The migration now uses the correct hashing algorithm (unsalted SHA512 instead of salted SHA512) for OAuth2/API secrets/passwords.
Showing
- uffd/migrations/versions/b9d3f7dac9db_move_api_and_oauth2_clients_to_db.py 5 additions, 8 deletions...ersions/b9d3f7dac9db_move_api_and_oauth2_clients_to_db.py
- uffd/oauth2/models.py 5 additions, 0 deletionsuffd/oauth2/models.py
- uffd/oauth2/templates/oauth2/logout.html 3 additions, 6 deletionsuffd/oauth2/templates/oauth2/logout.html
- uffd/oauth2/views.py 1 addition, 1 deletionuffd/oauth2/views.py
Loading
Please register or sign in to comment