Next Auth authentication
Unanswered
Northeast Congo Lion posted this in #help-forum
Northeast Congo LionOP
Hi all. Am using nextjs 15 with next auth for the authentication. Our backend is .net and they provide the login api to call and create a cookie to use for session id. The .net backend will handle the auth. But since I’m using next auth, I figure I can still use the credentials provider to call the api and use and post using credentials:”include” which to my understanding will automatically allow front end to grab the session id in the cookie and send cookie in header for all subsequent API calls made once logged in. How can I check the cookie is being correctly saved in the browser using devtools?