Releases: integreat-io/integreat-authenticator-jwt
Releases · integreat-io/integreat-authenticator-jwt
v1.2.0
v1.1.5
Update minor deps.
Also fixed a type in the repo url. Thanks to @simenflatby for noticing!
v1.1.4
Minor adjustment:
- When auth verification fails due to invalid JWT or decoding, the error message will use the word JWT to hint at where the problem can be.
Also minor dependency update.
v1.1.3
Bugfix:
- The
expire
value on an authentication, was set tonull
when not used. This conflicts with the common practice in other authentiators.
Also updated deps.
v1.1.2
Update deps.
v1.1.1
Bug fix:
- Tokens were set on the ident on a
tokens
prop. The correct key iswithToken
.
v1.1.0
New features:
- Validation of incoming actions can now be done with the
validate()
method
v1.0.1
Bug fix:
- Tokens would not expire, as we compared seconds to milliseconds. 😞
v1.0.0
Require Integreat v1.0.
v0.7.0
New features:
- Support
authKey
. The subject (JWT sub) is used as auth key to separate keys made out to different subjects - Actually validate authentications, now that we can validate them for a specific action