Gregor
Gregor
@johnsoncodehk I'd prefer not to, for security reasons. I'd be happy to do a video call and follow instructions though!
@johnsoncodehk it's `gregor91`
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...
I thought the lack of keysets and a token endpoint auth method might be the culprit so, thanks to Tyler from [Sill](github.com/tylerfisher/sill), I now have a locally working version with...
I am wondering if it would be possible to add info about which FetchError failed, maybe adding status code and path wouldn't be too much of an information leak? https://github.com/bluesky-social/atproto/blob/3303ff16a482a8dc6d31edc970398794184032d4/packages/oauth/oauth-provider/src/client/client-manager.ts#L121-L128...
I just logged `authClient.clientMetadata` and compared it with my endpoint's output. They are both exactly this: ```json { "application_type": "web", "client_id": "https://skylights.my/oauth/client-metadata.json", "client_name": "Skylights", "client_uri": "https://skylights.my", "dpop_bound_access_tokens": true, "grant_types": [...
No luck with that one either, appreciate the attempt tho!
A friend helped me solve it! It was something stupid that felt unrelated to me. I though my main domain was the one without WWW and that the one with...
I'm seeing the issue too! In my case it only occurs once I add "transition:generic" to scope, it goes through fine without it.