Skip to content

Commit e717a5a

Browse files
committed
Add BETA warning in README
1 parent 98c64db commit e717a5a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

01-Authorization-RS256-BETA/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Golang Authorization for RS256-Signed Tokens
1+
# [BETA] Golang Authorization for RS256-Signed Tokens
22

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.
47

58
## Getting Started
69

0 commit comments

Comments
 (0)