Replies: 1 comment
-
I just added a test to ensure this works (839fc93 and ae1e198), it seems the issue is when throwing a redirect, RR may not be sending the thrown redirect to the middleware. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Session middleware doesn't commit data after redirect which is problem if you want store some data before redirection to auth server.
This is my auth.callback router where I want to replace my custom session-middleware by session-middleware from remix-utils.
Beta Was this translation helpful? Give feedback.
All reactions