Skip to content

Commit f9e5022

Browse files
committed
remove security warning as it had been addressed
Signed-off-by: Jon Carl <jon.carl@auth0.com>
1 parent 2431a8d commit f9e5022

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

01-Authorization-RS256/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Golang Authorization for RS256-Signed Tokens
22

3-
> :warning: **Important security note:** This solution uses a 3rd party library with an unresolved [security issue](https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-26160). Please review the details of the vulnerability, including any of the documented mitigations, before implementing the solution.
4-
53
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.
64

75
## Getting Started

0 commit comments

Comments
 (0)