iiihvo
TTCTheo's Typesafe Cult
•Created by Dylz on 7/1/2023 in #questions
How to access form data from before a user is authenticated?
I don't know nextauth very well but as a general idea, you could try putting it into local storage before opening the Auth route and then checking for that local storage on the callback route. And if it's there send it to the server then
7 replies