We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep getting the same message 'You must provide a state when server-side auth' even when I have provided a state!
what am I doing wrong here?
const opts = { "state" : "verysecret", "state_type" : "client" }; const opts_encoded = encodeURIComponent(JSON.stringify(opts)); const url = `https://auth.mydomain.com/auth/runkeeper?k=${key}&opts=${opts_encoded}&redirect_uri=${redirect_uri}&redirect_type=server`;
Thanks in advance
The text was updated successfully, but these errors were encountered:
Nevermind! Had to change back to using clientside mode!
Sorry, something went wrong.
No branches or pull requests
I keep getting the same message 'You must provide a state when server-side auth' even when I have provided a state!
what am I doing wrong here?
Thanks in advance
The text was updated successfully, but these errors were encountered: