next-fortress

This is a Next.js plugin that redirects or rewrite for accesses that are not authenticated.

MIT License

Downloads
219
Stars
45
Committers
3

Bot releases are visible (Hide)

next-fortress - v2.2.1

Published by github-actions[bot] about 3 years ago

2.2.1 (2021-09-26)

Bug Fixes

next-fortress - v2.2.0

Published by github-actions[bot] about 3 years ago

2.2.0 (2021-08-06)

Features

  • adding failSafe option to the IP inspection (9546762)
next-fortress - v2.1.2

Published by github-actions[bot] about 3 years ago

2.1.2 (2021-08-06)

Bug Fixes

next-fortress - v2.1.1

Published by github-actions[bot] about 3 years ago

2.1.1 (2021-08-06)

Bug Fixes

next-fortress - v2.1.0

Published by github-actions[bot] about 3 years ago

2.1.0 (2021-08-05)

Features

  • adding inspect method for auth0 (8df272b)
next-fortress - v2.0.0

Published by github-actions[bot] about 3 years ago

2.0.0 (2021-08-05)

Features

  • adding prepared option for customizable inspection (98dcdd0)
  • adding customizable inspect method (8735969)
  • adding inspect method of cognito (f6123f9)

Reverts

  • Revert "Revert "Merge pull request #14 from aiji42/cognito"" (5e781c4), closes #14

BREAKING CHANGES

  • The code in the page file (pages/_fortress/[__key].js) is changed.
  • Automatic generation by the prepare method overwrites the target file each time.
  • If you do not customize the target file, we recommend excluding it from git tracking.
next-fortress - v1.3.1

Published by github-actions[bot] about 3 years ago

1.3.1 (2021-08-04)

Bug Fixes

  • there is a serious problem with v1.3.0, so we will revert it (ec64666)
next-fortress - v1.3.0

Published by github-actions[bot] about 3 years ago

1.3.0 (2021-08-03)

Features

  • add inspect method of cognito (298546b)
next-fortress - v1.2.1

Published by github-actions[bot] about 3 years ago

1.2.1 (2021-08-02)

Bug Fixes

next-fortress - v1.2.0

Published by github-actions[bot] about 3 years ago

1.2.0 (2021-08-02)

Features

  • add inspect method of firebase (05b426c)
next-fortress - v1.1.0

Published by github-actions[bot] about 3 years ago

1.1.0 (2021-07-29)

Features

  • implemented the rewrite mode handling (1754dd0)
next-fortress - v1.0.3

Published by github-actions[bot] about 3 years ago

1.0.3 (2021-07-24)

Bug Fixes

next-fortress - v1.0.2

Published by github-actions[bot] about 3 years ago

1.0.2 (2021-07-24)

Bug Fixes

  • bug of cannot be run on vercel (eb2e555)
next-fortress - v1.0.1

Published by github-actions[bot] about 3 years ago

1.0.1 (2021-07-24)

Bug Fixes

next-fortress - v1.0.0

Published by github-actions[bot] about 3 years ago

1.0.0 (2021-07-24)

Features

  • ip-based access control (redirect or block) (f7714ee)