Skip to content

Releases: sst/openauth

@openauthjs/[email protected]

04 Mar 01:26
a4982f6

Choose a tag to compare

Patch Changes

  • ec8ca65: include expires_in for refresh response

@openauthjs/[email protected]

01 Mar 20:17
2efa9ce

Choose a tag to compare

Patch Changes

  • a03e510: fix for fetch timeout, wrap everything in lazy

@openauthjs/[email protected]

28 Feb 17:20
addb83c

Choose a tag to compare

Patch Changes

  • 33959c3: better logging on oidc wellknown errors

@openauthjs/[email protected]

25 Feb 18:45
7d3f22e

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

Choose a tag to compare

Patch Changes

@openauthjs/[email protected]

11 Feb 18:34
4b0e048

Choose a tag to compare

Patch Changes

  • c75005b: retry failed dynamo calls

@openauthjs/[email protected]

03 Feb 22:55
70e4ff3

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

Choose a tag to compare

Patch Changes

  • f7bd440: Adding a new default openauth theme

@openauthjs/[email protected]

10 Jan 04:25
ca7f4b6

Choose a tag to compare

Patch Changes

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

@openauthjs/[email protected]

09 Jan 19:10
45f3e2d

Choose a tag to compare

Patch Changes

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