Goolge OAUTH2 Authentication #2864
Unanswered
WorldOfMaze
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using a Auth (nee Next Auth) in a Next.js application. If I look at the request headers for a request for a signed in user, there is a
Cookie
key with a value starting withauthjs.session-token=
. In Bruno, if I create a header key ofCookie
and paste in the value from the signed in session, my request works. Obviously, this is not scalable.Does anyone know of a way to get this
authjs.session-token
directly from Bruno? I am using Google OATH2 in this case, but what I really need is a way for Bruno to get the token regardless of the sign in method.Any help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions