-
Hi!I‘m confused by the document The OAuth 2.0 Token Endpoint
What's the meaning of this document?Is it meaning that I can't use this token endpoint or any other? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It means that you should see if you could find a nice OAuth 2.0 client for you language instead of making your own. That is when you want to create the auth url, exchange auth code to token and such, there are plenty of libraries that do this already. Making your own is error prone. |
Beta Was this translation helpful? Give feedback.
-
Hi @webB1an As @gi-wg2 pointed out, you should use an oauth 2.0 library. Also see this related discussion #2740 |
Beta Was this translation helpful? Give feedback.
Hi @webB1an
As @gi-wg2 pointed out, you should use an oauth 2.0 library.
Also see this related discussion #2740