Skip to content

Commit 51dceef

Browse files
authored
Update README.md
1 parent 9655d23 commit 51dceef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Auth0 Golang API Samples
22

3+
[![CircleCI](https://img.shields.io/circleci/project/github/auth0-samples/auth0-golang-api-samples.svg?style=flat-square)](https://circleci.com/gh/auth0-samples/auth0-golang-api-samples/tree/master)
4+
35
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.
46

57
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
3032

3133
## License
3234

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

Comments
 (0)