Skip to content

Commit

Permalink
Add changelog for improved InvalidCredentials
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Feb 4, 2025
1 parent 5d123c3 commit b7a029d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Version 0.7
- Allow setting timeout for authlib token requests (default: 10 seconds)
- Add new ``MULTIPASS_HIDE_NO_SUCH_USER`` config setting to convert ``NoSuchUser``
exceptions to ``InvalidCredentials`` to avoid disclosing whether a username is valid
- Include the username in the ``identifier`` attribute of the ``InvalidCredentials``
exception so applications can apply e.g. per-username rate limiting

Version 0.6
-----------
Expand Down

0 comments on commit b7a029d

Please sign in to comment.