We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fc377 commit 4058765Copy full SHA for 4058765
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
## [Unreleased]
8
### Changed
9
- Conditionally support the `StrictValidAt()` method in lcobucci/jwt so we can use version 4.1.x or greater of the library (PR #1236)
10
+- When providing invalid credentials, the library now responds with the error message _The user credentials were incorrect_ (PR #1230)
11
+- Keys are always stored in memory now and are not written to a file in the /tmp directory (PR #1180)
12
13
## [8.3.1] - released 2021-06-04
14
### Fixed
0 commit comments