Oauth : can json have oauth token? -
I am simulating an app where the JSN request is sent on the back. Now I have to add oyoth support. I do not know how to move forward. Is the same Jenan Token sent with the request?
Yes and no .. A top token is sent in the HTTP header, therefore, not in the Ti Jason payload , But it has been sent in the same HTTP request.
HOwever, before sending it, you must complete certain steps set by the standard to exchange proper token (access and / or request)
This good Watch the tutorial to understand more in depth, there is also an interactive part in it, where you can dynamically change the parameters and see the header and the message that you should generate and exchange.
Comments
Post a Comment