You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm hoping someone can assist me in figuring out why I am receiving the "Grant: missing session or misconfigured provider" error when attempting to integrate AWS Cognito OAuth into my application using the Colyseus.js library Auth module. See https://docs.colyseus.io/authentication/module
From what I can tell, the issue does not see related to Colyseus, but rather lies within Grant. So far, I'm able to get the pop up to log the user into Cognito, however when the the redirect to the callback happens, I get the error mentioned above. I've traced it back to the callback method in request.js (see
This error means that the grant cookie got lost. Can you maybe use some of the examples here and try to replicate the issue. It might be easier to debug that way. You only need to update the config.json file and do an npm install, and then run node express.js for example.
Hi,
I'm hoping someone can assist me in figuring out why I am receiving the "Grant: missing session or misconfigured provider" error when attempting to integrate AWS Cognito OAuth into my application using the Colyseus.js library Auth module. See https://docs.colyseus.io/authentication/module
From what I can tell, the issue does not see related to Colyseus, but rather lies within Grant. So far, I'm able to get the pop up to log the user into Cognito, however when the the redirect to the callback happens, I get the error mentioned above. I've traced it back to the callback method in request.js (see
grant/lib/request.js
Line 57 in 53ffff0
This is my configuration using the Colyseus integration (https://docs.colyseus.io/authentication/module/#oauth-providers-discord-google-xtwitter-etc):
The text was updated successfully, but these errors were encountered: