OAuth: Should PAR request bodies be form-encoded or JSON? #3067
DavidBuchanan314
started this conversation in
Protocol (atproto)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The docs (https://atproto.com/specs/oauth) and rfc9126 say the request body should be form-encoded.
But, the current typescript client implementation sends JSON:
atproto/packages/oauth/oauth-client/src/oauth-server-agent.ts
Line 213 in 7b16a86
Which is correct?
Beta Was this translation helpful? Give feedback.
All reactions