kronusaturn / lw2-viewer

An alternative frontend for LessWrong 2.0
https://www.greaterwrong.com/
MIT License
64 stars 6 forks source link

EA Forum users with Auth0 accounts cannot log in on GW #39

Closed kronusaturn closed 1 year ago

kronusaturn commented 2 years ago

I can get an access_token from auth0, but this does not actually allow me to do authenticated graphql queries, which require a loginToken cookie, which I think are generated by createAndSetToken() in packages/lesswrong/server/vulcan-lib/apollo-server/authentication.tsx

kronusaturn commented 1 year ago

Should be fixed in 44c991b1, but need to wait for https://github.com/ForumMagnum/ForumMagnum/pull/6832 to be merged.