Skip to content

An authentication and authorization server written in golang with fiber and gorm

Notifications You must be signed in to change notification settings

Ephilipz/fiberAuth

Repository files navigation

golang

fiberAuth

My first golang system. An authentication and authorization server with fiber and gorm. It can register and login users, assign roles, and authenticate using JWT It also offers minimal role-based auth

Features

  • JWT authorization using RSA
  • refresh tokens
  • user registration / login
  • automatic role for new users
  • users CRUD
  • roles CRUD
  • private routes
  • role-based protected routes
  • unit tests
  • clean architecture

About

An authentication and authorization server written in golang with fiber and gorm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published