You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/guides/authentication/ServerToServerAuthentication/implementation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Access tokens usually expire in 24 hours. To check the expiry time of an access
55
55
56
56
### Generating access tokens using standard OAuth2 libraries
57
57
58
-
We recommend using a standard OAuth 2.0 library to implement your application's access token generation logic. The OAuth community site https://oauth.net has a huge list of community-maintained OAuth2 libraries. Some widely known and maintained OAuth2 libraries from that list are -
58
+
We recommend using a standard OAuth 2.0 library to implement your application's access token generation logic. The OAuth community site [https://oauth.net](https://oauth.net/) has a huge list of community-maintained OAuth2 libraries. Some widely known and maintained OAuth2 libraries from that list are -
Copy file name to clipboardExpand all lines: src/pages/guides/authentication/UserAuthentication/implementation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ You can always find the scopes your application can request by visiting the cred
115
115
116
116
## Standard OAuth2 libraries
117
117
118
-
The OAuth community site https://oauth.net has a huge list of community-maintained OAuth2 libraries. Some widely known and maintained OAuth2 libraries from that list are -
118
+
The OAuth community site [https://oauth.net](https://oauth.net/) has a huge list of community-maintained OAuth2 libraries. Some widely known and maintained OAuth2 libraries from that list are -
0 commit comments