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
Darwin Kernel Version 24.1.0
Crates as listed in the OAuth example
I followed the instructions for the OAuth example. After the redirect back from Discord, the cookie is not being set. The log states:
2025-02-15T12:24:03.267052Z ERROR example_oauth: Application error: unexpected error getting cookie name
If I add the following at the beginning of csrf_token_validation_workflow:
csrf_token_validation_workflow
println!("{:?}", cookies); // prints Cookie("")
This happens on both Safari and Edge.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Version
Platform
Darwin Kernel Version 24.1.0
Crates
Crates as listed in the OAuth example
Description
I followed the instructions for the OAuth example. After the redirect back from Discord, the cookie is not being set. The log states:
If I add the following at the beginning of
csrf_token_validation_workflow
:This happens on both Safari and Edge.
The text was updated successfully, but these errors were encountered: