/fiber-auth

go fiber with jwt authentication

Primary LanguageGo

GO by example

This repo will contain various example apps in golang. It can vary from folder to folder

fiber-auth

This repo contains a simple go auth server created with fiber framework and uses docker to setup the database. Can wait video here

How to run?

  1. cd fiber-auth
  2. docker compose up -d
  3. go run .