https://github.com/gocs/jwt-tutorial-impl
yo ho yo ho!! auth0 jwt go implementation
https://github.com/gocs/jwt-tutorial-impl
auth0 go golang jwt tutorial
Last synced: about 2 months ago
JSON representation
yo ho yo ho!! auth0 jwt go implementation
- Host: GitHub
- URL: https://github.com/gocs/jwt-tutorial-impl
- Owner: gocs
- License: mit
- Created: 2020-04-26T14:40:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-15T06:39:00.000Z (10 months ago)
- Last Synced: 2025-08-15T08:27:06.345Z (10 months ago)
- Topics: auth0, go, golang, jwt, tutorial
- Language: JavaScript
- Homepage: http://localhost:3020/
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jwt-tutorial-impl
i tried jwt to learn how oauth also work
## reference
Every screenshot of the file is every step/commit in this repo to learn easily.
https://auth0.com/blog/authentication-in-golang/
## run
```
$ AUTH0SECRET="" AUTH0AUDIENCE="" AUTH0DOMAIN="" go run .
```
fill the empty string above based on the values below.
**AUTH0SECRET**

**AUTH0AUDIENCE**
also called as *AUTH0_API_AUDIENCE*

**AUTH0_CALLBACK_URL**

**AUTH0DOMAIN**
also called as *AUTH0_DOMAIN*

**AUTH0_CLIENT_ID**

## license
MIT