All Projects → codehakase → Golang Gin

codehakase / Golang Gin

Licence: mit
Build a Golang app with the Gin framework, and authenticate with Auth0 + JWT

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Golang Gin

Use Auth0 Hooks
An easy way to sign in with Auth0 in your React application (client-side) using React Hooks
Stars: ✭ 78 (-51.25%)
Mutual labels:  auth0
Blazor.auth0
The library for using Auth0 in Blazor applications.
Stars: ✭ 111 (-30.62%)
Mutual labels:  auth0
Mumuki Laboratory
🔬 Where students practice and receive automated and human feedback
Stars: ✭ 131 (-18.12%)
Mutual labels:  auth0
Django Auth0 Vue
A Django REST Framework + Vue.js CRUD Demo Secured Using Auth0
Stars: ✭ 99 (-38.12%)
Mutual labels:  auth0
Auth0 Aspnetcore Webapi Samples
Auth0 Integration Samples for ASP.NET Core WebAPI Services
Stars: ✭ 109 (-31.87%)
Mutual labels:  auth0
Auth0 Nodejs Webapp Sample
Auth0 Integration Samples for Node Web Applications
Stars: ✭ 117 (-26.87%)
Mutual labels:  auth0
Auth0 Express Api Samples
Auth0 Integration Samples for Node Express REST API Services
Stars: ✭ 68 (-57.5%)
Mutual labels:  auth0
Auth0.swift
Swift toolkit for Auth0 API
Stars: ✭ 146 (-8.75%)
Mutual labels:  auth0
Taskpad
app to enter your daily tasks and tag them
Stars: ✭ 109 (-31.87%)
Mutual labels:  auth0
Auth0 Javascript Samples
Auth0 Integration Samples for Vanilla JavaScript Applications
Stars: ✭ 130 (-18.75%)
Mutual labels:  auth0
Mean Rsvp Auth0
MEAN stack application with Auth0 (see sample deployed at https://rsvp.kmaida.net)
Stars: ✭ 99 (-38.12%)
Mutual labels:  auth0
Auth0
Authentication in shinyapps using Auth0 service
Stars: ✭ 100 (-37.5%)
Mutual labels:  auth0
Serverless Architectures Aws
The code repository for the Serverless Architectures on AWS book
Stars: ✭ 120 (-25%)
Mutual labels:  auth0
Auth0
Go SDK for the Auth0 platform
Stars: ✭ 87 (-45.62%)
Mutual labels:  auth0
Nitro
An Example of a PWA using Nextjs, Material-UI, Typescript and Auth0 💗
Stars: ✭ 130 (-18.75%)
Mutual labels:  auth0
Auth0 Python Api Samples
Auth0 Integration Samples for Python REST API Services using Flask
Stars: ✭ 70 (-56.25%)
Mutual labels:  auth0
React Redux Auth0 Kit
Minimal starter boilerplate project with CRA, React, Redux, React Router and Auth0 authentication
Stars: ✭ 115 (-28.12%)
Mutual labels:  auth0
Cfworker
A collection of packages optimized for Cloudflare Workers and service workers.
Stars: ✭ 152 (-5%)
Mutual labels:  auth0
Reactjs Authentication Tutorial
Chuck Norris World App - A sample app that shows how to add authentication to a ReactJS app
Stars: ✭ 139 (-13.12%)
Mutual labels:  auth0
Assent
Multi-provider framework in Elixir
Stars: ✭ 126 (-21.25%)
Mutual labels:  auth0

Build a Golang app with the Gin framework, and authenticate with Auth0 + JWT

This repo contains the code samples for the Build a Golang app with the Gin framework, and authenticate with Auth0 + JWT article.

Setup

  1. Update the main.go file with your Auth0 Credentials. Sign up for an account for free if you don't have one.
  2. Update the views/app.jsx file with your Auth0 Credentials.
  3. Add http://localhost:3000 to your Allowed Callback, and Allowed Logout URL's in your Auth0 Management Dashboard.
  4. Run mv .env.sample .env and update with valid credentials
  5. Source the environment variables - source .env
  6. Update dependencies go get
  7. Launch the application by running go run main.go
  8. Navigate to localhost:3000 to view the application

Author

Francis Sunday

License

This project is licensed under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].