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: 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 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T07:18:48.000Z (4 months ago)
- Last Synced: 2025-01-13T08:26:36.333Z (4 months ago)
- Topics: auth0, go, golang, jwt, tutorial
- Language: JavaScript
- Homepage: http://localhost:3020/
- Size: 136 KB
- Stars: 0
- Watchers: 2
- 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