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: 01-Authorization-RS256-BETA/README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
-
# Golang Authorization for RS256-Signed Tokens
1
+
# [BETA]Golang Authorization for RS256-Signed Tokens
2
2
3
-
This sample demonstrates how to protect endpoints in a Go API by verifying an incoming JWT access token signed by Auth0. The token must be signed with the RS256 algorithm and must be verified against your Auth0 JSON Web Key Set.
3
+
This sample demonstrates how to protect endpoints in a Go API by verifying an incoming JWT access token signed by Auth0.
4
+
The token must be signed with the RS256 algorithm and must be verified against your Auth0 JSON Web Key Set.
5
+
6
+
Check the [Golang API Quickstart](https://auth0.com/docs/quickstart/backend/golang-beta) to understand this sample better.
0 commit comments