Releases: meza/auth0-remix-server
Releases · meza/auth0-remix-server
v2.2.3-beta.2
Bug Fixes
- sessionstrategy: fixed the type exposition (2b0aaf4)
v2.2.3-beta.1
Bug Fixes
- added the support for a server based storage strategy (389a1df)
v2.2.2
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
2.2.1 (2023-07-08)
Bug Fixes
- made the code handler deal with both forms and a get (c2e9319)
v2.2.0
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
2.1.1 (2023-07-08)
Bug Fixes
- fixed the peer requirements (9a061f7)
v2.1.0
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
Features
- added failure redirect override for each authorization request (d769c58), closes #138