Skip to content

Releases: toolbeam/openauth

@openauthjs/openauth@0.4.3

04 Mar 01:26
a4982f6
Compare
Choose a tag to compare

Patch Changes

  • ec8ca65: include expires_in for refresh response

@openauthjs/openauth@0.4.2

01 Mar 20:17
2efa9ce
Compare
Choose a tag to compare

Patch Changes

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

@openauthjs/openauth@0.4.1

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

Patch Changes

  • 33959c3: better logging on oidc wellknown errors

@openauthjs/openauth@0.4.0

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/openauth@0.3.9

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

Patch Changes

@openauthjs/openauth@0.3.8

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

Patch Changes

  • c75005b: retry failed dynamo calls

@openauthjs/openauth@0.3.7

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/openauth@0.3.6

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

Patch Changes

  • f7bd440: Adding a new default openauth theme

@openauthjs/openauth@0.3.5

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

Patch Changes

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

@openauthjs/openauth@0.3.4

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

Patch Changes

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