Skip to content

Gin (Golang) Authentication and Authorization Starter Kit

License

Notifications You must be signed in to change notification settings

ryanf10/go-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gin Authentication and Authorization Boilerplate

Introduction

A boilerplate for backend development using Gin with Clean Architecture Clean Architecture

This repository consists of:

  • 💡 Gin
  • 📏 Authentication (JWT)
  • 🎱 Role Authorization

Installation

go get github.com/ryanf10/go-auth
cd $GOPATH/src/github.com/Massad/gin-boilerplate
go mod init
go install
go run .

About

Gin (Golang) Authentication and Authorization Starter Kit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages