Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 340 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 340 Bytes

JWT Authorization in GoLang

Simple template for JWT Auth in Go. Depreceated!

Run Locally

Clone the project

  git clone https://github.com/kehshiba/go-jwtAuth

Go to the project directory

  cd go-jwtAuth

Start the server

   go run main.go controllers.go

To update

  • Refactor in GoFiber