This repo contains the code samples for the Build a Golang app with the Gin framework, and authenticate with Auth0 + JWT article.
- Update the 
main.gofile with your Auth0 Credentials. Sign up for an account for free if you don't have one. - Update the 
views/app.jsxfile with your Auth0 Credentials. - Add 
http://localhost:3000to your Allowed Callback, and Allowed Logout URL's in your Auth0 Management Dashboard. - Run 
mv .env.sample .envand update with valid credentials - Source the environment variables - 
source .env - Update dependencies 
go get - Launch the application by running 
go run main.go - Navigate to 
localhost:3000to view the application 
This project is licensed under the MIT license. See the LICENSE file for more info.