Skip to content

Releases: integreat-io/integreat-authenticator-oauth2

v1.2.4

22 Nov 19:15
2bc78b3
Compare
Choose a tag to compare

Added some debug logging.

v1.2.3

21 Nov 14:23
34c11ec
Compare
Choose a tag to compare
  • State missing options in error message.

v1.2.2

21 Nov 10:26
5e99e1b
Compare
Choose a tag to compare
  • Return error message from service
  • Remove an unneeded export

v1.2.1

19 Nov 15:06
1d8ae61
Compare
Choose a tag to compare

Bug fix:

  • AuthOption type where not an extension of the Integreat AuthOption.

v1.2.0

17 Nov 19:43
2ea66cc
Compare
Choose a tag to compare

New feature:

  • Support custom auth header type by setting authHeaderType.

v1.1.0

17 Nov 19:17
67e1c24
Compare
Choose a tag to compare

New features:

  • Support authentication_code grant type
  • Will use refresh_token instead of authentication_code when a refreshToken is present on the previous authentication object (need Integreat v1.6 to work)

(We are also using fetch instead of got for requests.)

v1.0.0

15 Sep 21:37
1380c6d
Compare
Choose a tag to compare

Breaking changes:

  • Require Integreat 1.0
  • Require node v18
  • Use ESM
  • Export authenticator directly (not the old resources structure)

Other than that, nothing have changed.

v0.3.0

21 Apr 10:44
Compare
Choose a tag to compare

Update authenticator signature to integreat v0.8.

v0.2.1

21 Apr 08:33
Compare
Choose a tag to compare

Implement the assertion flow, with a self-signed JWT.

v0.2.0

20 Aug 16:36
Compare
Choose a tag to compare
  • Implement the client credentials grant type
  • Drop support for node < v10