You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use next-auth with a custom provider. So far so good. I can click on the sign-in button, I get forwarded to my auth service, this redirects me to my auth-client, where I type my credentials in. Now I get redirected to my app with next-auth and I'm authenticated. The thing is, if I do calls to my api service which need the oauth token, it doesn't work.
I've noticed seeing my tokens in my local storage in the browser before (first PoC) now they are not there anymore.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everybody, I have the following question:
I use next-auth with a custom provider. So far so good. I can click on the sign-in button, I get forwarded to my auth service, this redirects me to my auth-client, where I type my credentials in. Now I get redirected to my app with next-auth and I'm authenticated. The thing is, if I do calls to my api service which need the oauth token, it doesn't work.
I've noticed seeing my tokens in my local storage in the browser before (first PoC) now they are not there anymore.
Any idea, what I can do?
Thank you!!!
Beta Was this translation helpful? Give feedback.
All reactions