Releases: integreat-io/integreat-authenticator-oauth2
Releases · integreat-io/integreat-authenticator-oauth2
v1.2.4
v1.2.3
- State missing options in error message.
v1.2.2
- Return error message from service
- Remove an unneeded export
v1.2.1
Bug fix:
AuthOption
type where not an extension of the IntegreatAuthOption
.
v1.2.0
New feature:
- Support custom auth header type by setting
authHeaderType
.
v1.1.0
New features:
- Support
authentication_code
grant type - Will use
refresh_token
instead ofauthentication_code
when arefreshToken
is present on the previousauthentication
object (need Integreat v1.6 to work)
(We are also using fetch
instead of got
for requests.)
v1.0.0
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
Update authenticator signature to integreat v0.8.
v0.2.1
Implement the assertion flow, with a self-signed JWT.
v0.2.0
- Implement the client credentials grant type
- Drop support for node < v10