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
These samples demonstrate how to create an API with Go which only permits access to resources if a valid **access token** is included. This verification is done by validating the signature and claims in a JSON Web Token (JWT) signed by Auth0.
4
6
5
7
These samples do not demonstrate how to sign a JWT but rather assume that a user has already been authenticated by Auth0 and holds an access token for API access. For information on how to use Auth0 to authenticate users, see [the docs](https://auth0.com/docs).
@@ -30,4 +32,4 @@ If you have found a bug or if you have a feature request, please report them at
30
32
31
33
## License
32
34
33
-
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.
35
+
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.
0 commit comments