Revert auth to previous version when running Supabase locally #41895
Unanswered
codebyfredrik
asked this question in
Questions
Replies: 2 comments 10 replies
-
|
Can you describe it a bit more regarding what exactly broke? (Also, I assume you're referring to CLI/local-dev.) |
Beta Was this translation helpful? Give feedback.
10 replies
-
|
Might be related - auth#2334 |
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.
-
Hi, is there a way to revert auth to a previous version when running Supabase locally? When I stopped and started the supabase service (to solve some other issues) the binary for auth was updated to v2.185.0. For some reason that broke my current current implementation of JWT (legacy). Ideally I would like to revert to v2.183.0 for now to see if that solves the problem.
Beta Was this translation helpful? Give feedback.
All reactions