Closed michaldev closed 1 year ago
And on react:
Could you show the actual response of the request? You should be able to get it from the Network tab of your browser.
{error: "invalid_client"}
I have correctly entered the client ID.
Since you seem to call your client from a frontend like React, did you remember to set it as a Public client?
Ahh, ok. I have confidental. But why this client doesn't work with fastapi?
Maybe there's something else! If you show me the response of the request done by FastAPI auto documentation (again, by looking at the Network tab of your browser), I may have insights.
In network I don't see anything. But I found something more. when I click on lock icon here (top position) it works:
Doesn't work when I click lock icon around the endpoint, like this:
Describe the bug
I have an error that doesn't reveal any details.
To Reproduce
Steps to reproduce the behavior: