Open Gregoor opened 1 day ago
I get a 404 when I curl that endpoint, it needs to return the client-metadata.json content and it must match with what is passed to the NodeOAuthClient:
curl -vL https://skylights.my/client-metadata.json
I built a passport strategy you might want to try with your node app, or at least look at the working example: https://github.com/mikestaub/passport-atprotocol
Oops, I did a bad job of keeping this example in sync while I was trying things today. The new metadata URL is: https://www.skylights.my/oauth/client-metadata.json (which does go through now, and the problem persists).
Thanks for the library as well, I will give it a read!
Hi there 👋🏼
Describe the bug
In prod OAuth fails for me with the following (it works in dev):
To Reproduce
This is my OAuth config:
Hope I gave enough info, please let me know if not!