Question about Auth through Okta from an external app and to bring it to Next.js
Unanswered
English Angora posted this in #help-forum
English AngoraOP
I’m not familiar if there is a pattern for this but we have a React application that auths with Okta but we’re wondering if we can carry that authenticated state to our new Next.js app. Something like bring the bearer token and put it in session or something on the server end so we don’t have to call everything from client. Hope you guys have some advice thanks. ðŸ™