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
Steps to reproduce the behavior:
Response should be:
{ "code": 200, "username": "(anonymous)" }
The text was updated successfully, but these errors were encountered:
Hi! Thank you for the report! I'll take a look and find a fix.
Sorry, something went wrong.
Okay, I was able to reproduce and I found some places where the tutorial and template needed to be updated. Thank you for the heads-up!
#126
One quick note - make sure you're using a real OAuth provider for the config.toml settings here:
config.toml
[auth] url = "https://simple-dev.oauth-service.com"
You might also need to add an audience setting (with Auth0, for example):
audience
[auth] url = "https://simple-dev.oauth-service.com" audience = "localhost"
Here's what my results look like:
Docs updated here: https://nakago.dev/docs/tutorial
Here's the changeset: https://github.com/bkonkle/nakago/pull/126/files#diff-35c31c0bddbd63b9b4a21a3273624cf6e929d22d9aaabd02b7cc203f5017b8e7
Closing the ticket for now - feel free to reopen if you run into more trouble.
bkonkle
No branches or pull requests
Bug description
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Response should be:
Screenshots
Environment
The text was updated successfully, but these errors were encountered: