Skip to content

Releases: integreat-io/integreat-authenticator-jwt

v1.2.0

01 Aug 12:42
dcba9b8
Compare
Choose a tag to compare

New feature:

  • Bypass email_verifiied check by setting option requireEmailVerified to false. Useful for JWT providers that don't include email_verified

Also updated deps.

v1.1.5

29 Oct 16:58
f056507
Compare
Choose a tag to compare

Update minor deps.

Also fixed a type in the repo url. Thanks to @simenflatby for noticing!

v1.1.4

26 Jun 17:35
165af6b
Compare
Choose a tag to compare

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

28 May 13:11
037940f
Compare
Choose a tag to compare

Bugfix:

  • The expire value on an authentication, was set to null when not used. This conflicts with the common practice in other authentiators.

Also updated deps.

v1.1.2

26 Apr 19:33
3e9aae6
Compare
Choose a tag to compare

Update deps.

v1.1.1

20 Sep 18:50
19421ba
Compare
Choose a tag to compare

Bug fix:

  • Tokens were set on the ident on a tokens prop. The correct key is withToken.

v1.1.0

11 Sep 10:32
f12602e
Compare
Choose a tag to compare

New features:

  • Validation of incoming actions can now be done with the validate() method

v1.0.1

08 Aug 18:56
f8c7a35
Compare
Choose a tag to compare

Bug fix:

  • Tokens would not expire, as we compared seconds to milliseconds. 😞

v1.0.0

04 Aug 18:46
c2d2c7e
Compare
Choose a tag to compare

Require Integreat v1.0.

v0.7.0

24 Jun 19:44
Compare
Choose a tag to compare

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