Skip to content

Releases: labd/node-federated-token

@labdigital/[email protected]

20 May 06:34
Compare
Choose a tag to compare
Pre-release

Major Changes

  • fdde268: Remove the deprecated CookieTokenSource from @labdigital/federated-token, this is available from @labdigital/federated-token-express-adapter
  • abf409b: Switch to ESM only builds

Minor Changes

  • 3d5baf8: Add ability to set custom expires time for the various cookies. For example:

    const cookieTokenSource = new CookieTokenSource({
      secure: true,
      sameSite: "strict",
      refreshTokenPath: "/refresh",
      userToken: {
        expiresIn: 30 * 24 * 60 * 60, // 30 days
      },
    });

    This will set the user token cookie to expire in 30 days. The default value is when
    the browser is closed.

Patch Changes

@labdigital/[email protected]

20 May 09:21
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • ad2c4ec: Improve masking of tokens when logging errors

@labdigital/[email protected]

20 May 08:49
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 9c25b37: Allow passing a logger instance to GatewayAuthPlugin

@labdigital/[email protected]

20 May 06:34
Compare
Choose a tag to compare
Pre-release

Major Changes

  • abf409b: Switch to ESM only builds

Patch Changes

@labdigital/[email protected]

19 May 09:22
Compare
Choose a tag to compare

Patch Changes

  • 92b186d: Use cookieNames from options when setting up auth provider

@labdigital/[email protected]

27 Apr 09:21
Compare
Choose a tag to compare

Minor Changes

  • 47f6a6a: Replace lodash.isEqual with node:util isDeepStrictEqual

@labdigital/[email protected]

27 Apr 09:21
Compare
Choose a tag to compare

Patch Changes

@labdigital/[email protected]

27 Apr 09:21
Compare
Choose a tag to compare

Patch Changes

@labdigital/[email protected]

27 Apr 09:21
Compare
Choose a tag to compare

Patch Changes

@labdigital/[email protected]

27 Apr 09:21
Compare
Choose a tag to compare

Patch Changes