Replies: 1 comment
-
FWIW, if anyone else happens to stumble upon this, an issue was created and discussion is happening there: #35 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting the following error on provider/auth callback
Internal Server Error: could not find a matching session for this request
Looks like that's happening on this lineguser, err := gothic.CompleteUserAuth(w, gothic.GetContextWithProvider(r, chi.URLParam(r, "provider")))
I guess I'm missing some configuration for sessions/cookies
Beta Was this translation helpful? Give feedback.
All reactions