如何将授权令牌传递给<a> tag

时间:2018-08-22 22:13:11

标签: javascript html reactjs oauth-2.0

I am using OAuth2 authentication in my app.

Grant Type: Password Credentials
Access Token URL: http://oauthurl
Username:username
Password password
Client ID: id
Client secret:secret
client authentication: send client credentials in body

I have a link inside anchor tag, how should I pass the credential to the anchor tag and get authenticated?

0 个答案:

没有答案