Skip to content

Releases: meza/auth0-remix-server

v2.2.3-beta.2

09 Jul 19:54
Compare
Choose a tag to compare
v2.2.3-beta.2 Pre-release
Pre-release

2.2.3-beta.2 (2023-07-09)

Bug Fixes

  • sessionstrategy: fixed the type exposition (2b0aaf4)

v2.2.3-beta.1

09 Jul 19:27
Compare
Choose a tag to compare
v2.2.3-beta.1 Pre-release
Pre-release

2.2.3-beta.1 (2023-07-09)

Bug Fixes

  • added the support for a server based storage strategy (389a1df)

v2.2.3-alpha.2

08 Jul 18:54
Compare
Choose a tag to compare
v2.2.3-alpha.2 Pre-release
Pre-release

2.2.3-alpha.2 (2023-07-08)

Bug Fixes

v2.2.3-alpha.1

08 Jul 18:40
Compare
Choose a tag to compare
v2.2.3-alpha.1 Pre-release
Pre-release

2.2.3-alpha.1 (2023-07-08)

Bug Fixes

v2.2.2

08 Jul 17:20
Compare
Choose a tag to compare

2.2.2 (2023-07-08)

Bug Fixes

  • propagated the error query string solution to the remaining locations it was missing (49a6c3c)

v2.2.1

08 Jul 16:23
Compare
Choose a tag to compare

2.2.1 (2023-07-08)

Bug Fixes

  • made the code handler deal with both forms and a get (c2e9319)

v2.2.0

08 Jul 16:06
Compare
Choose a tag to compare

2.2.0 (2023-07-08)

Features

  • added the option to not use post for the callback. Helps with LAX cookies (b30ef8a)

v2.1.1

08 Jul 14:41
Compare
Choose a tag to compare

2.1.1 (2023-07-08)

Bug Fixes

  • fixed the peer requirements (9a061f7)

v2.1.0

08 Jul 11:53
f765dec
Compare
Choose a tag to compare

2.1.0 (2023-07-08)

Features

  • added failure redirect override for each authorization request (d769c58), closes #138
  • added silent auth support (5a33fa6)
  • added support for custom callback parameters during the authorization (74d0dc5)
  • added the connection parameter (606af7e)

v2.1.0-next.2

08 Jul 11:38
Compare
Choose a tag to compare
v2.1.0-next.2 Pre-release
Pre-release

2.1.0-next.2 (2023-07-08)

Features

  • added failure redirect override for each authorization request (d769c58), closes #138