Skip to content

Releases: openauthjs/openauth

@openauthjs/[email protected]

28 Feb 17:20
addb83c
Compare
Choose a tag to compare

Patch Changes

  • 33959c3: better logging on oidc wellknown errors

@openauthjs/[email protected]

25 Feb 18:45
7d3f22e
Compare
Choose a tag to compare

Minor Changes

  • 4e38fa6: feat: Return expires_in from /token endpoint
  • fcaafcf: Return signing alg from jwks.json endpoint

Patch Changes

  • 9e3c2ac: Call password validation callback on password reset
  • dc40b02: Fix providers client id case from clientId to clientID

@openauthjs/[email protected]

12 Feb 16:22
0a5be10
Compare
Choose a tag to compare

Patch Changes

@openauthjs/[email protected]

11 Feb 18:34
4b0e048
Compare
Choose a tag to compare

Patch Changes

  • c75005b: retry failed dynamo calls

@openauthjs/[email protected]

03 Feb 22:55
70e4ff3
Compare
Choose a tag to compare

Patch Changes

  • 9036544: Add PKCE option to Oauth2Provider
  • 8f214e3: Import only hono type in util.ts
  • 4cd9e96: add provider logos for apple, x, facebook, microsoft and slack
  • 3e3c9e6: Add password validation callback
  • f46946c: Add use: sig to jwks.
  • 7d39e76: Add way to modify the dynamo ttl attribute name
  • 754d776: Supports forwarded protocol and forwarded port in the relative URL
  • 1b5525b: add ability to resend verification code during registration

@openauthjs/[email protected]

14 Jan 23:03
eca8e49
Compare
Choose a tag to compare

Patch Changes

  • f7bd440: Adding a new default openauth theme

@openauthjs/[email protected]

10 Jan 04:25
ca7f4b6
Compare
Choose a tag to compare

Patch Changes

  • b22fb30: fix: enable CORS on well-known routes

@openauthjs/[email protected]

09 Jan 19:10
45f3e2d
Compare
Choose a tag to compare

Patch Changes

  • 34ca2b0: remove catch all route so hono instance can be extended

@openauthjs/[email protected]

09 Jan 18:59
e070603
Compare
Choose a tag to compare

Patch Changes

  • 9712422: fix: add charset meta tag to ui/base.tsx

  • 92e7170: Adds support for refresh token reuse interval and reuse detection

    Also fixes an issue with token invalidation, where removing keys while scanning
    may cause some refresh tokens to be skipped (depending on storage provider.)

@openauthjs/[email protected]

04 Jan 16:20
b6ecb63
Compare
Choose a tag to compare

Patch Changes

  • 03da3e0: fix issue with oidc adapter