SpencerDuball / spencerduball.com

My personal website: blog, projects, social links, etc.
https://spencerduball.com
MIT License
1 stars 0 forks source link

Github Session Bug #7

Closed SpencerDuball closed 1 year ago

SpencerDuball commented 1 year ago

There is a bug when trying to get a new session from Github via the /auth/github/authorize endpoint. This appears to only happen when attempting to get a new session (when the user's browser has no __session cookie). This will fail the first time, but then succeed on the second try.

Implement a fix for this as users will probably run into this issue when attempting to sign in to provide comments.