Skip to content

Releases: aiji42/next-fortress

v3.2.0

22 Nov 16:05
aff05b0
Compare
Choose a tag to compare

3.2.0 (2021-11-22)

Bug Fixes

  • firebase: use importX509 (7816ee1)

Features

  • auth0: fallback based on user status (d5fb481)
  • cognito: fallback based on user status (22f281f)
  • firebase: fallback based on user status, session cookie mode, and custom cookie key (94ba935)
  • prevent redirection loop (7b46b43)

v3.2.0-beta.2

22 Nov 15:51
Compare
Choose a tag to compare
v3.2.0-beta.2 Pre-release
Pre-release

3.2.0-beta.2 (2021-11-22)

Bug Fixes

  • firebase: use importX509 (7816ee1)

v3.2.0-beta.1

22 Nov 15:12
Compare
Choose a tag to compare
v3.2.0-beta.1 Pre-release
Pre-release

3.2.0-beta.1 (2021-11-22)

Features

  • auth0: fallback based on user status (d5fb481)
  • cognito: fallback based on user status (22f281f)
  • firebase: fallback based on user status, session cookie mode, and custom cookie key (94ba935)
  • prevent redirection loop (7b46b43)

v3.1.0

09 Nov 01:57
a418185
Compare
Choose a tag to compare

3.1.0 (2021-11-09)

Features

  • auth0: automatically give origin to api endpoints (eca7ae6)

v3.1.0-beta.1

09 Nov 01:50
Compare
Choose a tag to compare
v3.1.0-beta.1 Pre-release
Pre-release

3.1.0-beta.1 (2021-11-09)

Features

  • auth0: automatically give origin to api endpoints (eca7ae6)

v3.0.1

06 Nov 06:11
Compare
Choose a tag to compare

3.0.1 (2021-11-06)

Bug Fixes

v3.0.0

06 Nov 05:57
88a12c5
Compare
Choose a tag to compare

3.0.0 (2021-11-06)

Features

  • upgrade dependencies (jose) (32ad05b)
  • use netmask instead of ip-cidr (31b6529)
  • use the Next.js v12 middleware (c4cc736)
  • verify JWT directly to determine the authentication status (4f01e7a)

BREAKING CHANGES

  • deprecate pages/_fortress and describing the configuration in next.config.js

v3.0.0-beta.2

06 Nov 03:36
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2021-11-06)

Features

  • upgrade dependencies (jose) (32ad05b)

v3.0.0-beta.1

05 Nov 14:29
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2021-11-05)

Features

  • use netmask instead of ip-cidr (31b6529)
  • use the Next.js v12 middleware (c4cc736)
  • verify JWT directly to determine the authentication status (4f01e7a)

BREAKING CHANGES

  • deprecate pages/_fortress and describing the configuration in next.config.js

v2.2.2

14 Oct 16:08
Compare
Choose a tag to compare

2.2.2 (2021-10-14)

Bug Fixes

  • upgrade dependencies (4705a61)
  • upgrade next.js and update types (32cc8df)