Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Releases: OpenSaasAU/keystone-nextjs-auth

@opensaas/[email protected]

15 Mar 10:30
30eaa2b
Compare
Choose a tag to compare

Minor Changes

  • 80ba444: Add getToken to keystone get session to enable JWT in Authorization header

@opensaas/[email protected]

13 Mar 10:05
eafe772
Compare
Choose a tag to compare

Minor Changes

  • 34e9932: Fix up stale next session - session is now refreshed on change of data

@opensaas/[email protected]

28 Feb 21:12
14f14f9
Compare
Choose a tag to compare

Minor Changes

  • 844f069: Generate NodeAPI by def, minor cleanups

Patch Changes

@opensaas/[email protected]

11 Jan 10:36
f17f6e5
Compare
Choose a tag to compare

Patch Changes

  • 0b22f90: Fix Error where signin was returning deny on create user

@opensaas/[email protected]

11 Jan 09:41
89a34d2
Compare
Choose a tag to compare

Minor Changes

  • cd06bfa: upgrade to next-auth 4.1.0 and other minor upgrades

@opensaas/[email protected]

14 Dec 21:41
21a2066
Compare
Choose a tag to compare

Patch Changes

  • 5503dec: upgrade babel and other packages
  • 5503dec: Fix up providers in build

@opensaas/[email protected]

12 Dec 09:44
a0f7e5a
Compare
Choose a tag to compare

Major Changes

  • b385ee4: Upgrade to next-authv4 see https://next-auth.js.org/getting-started/upgrade-v4 for more info.

    BREAKING CHANGE:
    sessionSecret now required in createAuth

    Providers now under @opensaas/keystone-nextjs-auth/providers/ ie import Auth0 from '@opensaas/keystone-nextjs-auth/providers/auth0'; these can also be imported from next-auth by import Auth0 from 'next-auth/providers/auth0'; if preferred.

Patch Changes

@opensaas/[email protected]

12 Dec 09:44
a0f7e5a
Compare
Choose a tag to compare

Patch Changes

@opensaas/[email protected]

08 Dec 00:57
3837794
Compare
Choose a tag to compare

Minor Changes

  • fa61bd9: Allow custom port to be defined by env PORT as well as a custom path

@opensaas/[email protected]

01 Dec 07:16
Compare
Choose a tag to compare

Major Changes