Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrinalxdev/fortifyauth

A complicated role based auth system in Golang
https://github.com/mrinalxdev/fortifyauth

api golang gorilla http mux rest

Last synced: about 7 hours ago
JSON representation

A complicated role based auth system in Golang

Awesome Lists containing this project

README

        

# FaultifyAuth | A web app in go

This Golang application is a rigid implementation of user registration, login, and role-based access control. It utilizes the Gorilla mux router, middleware chaining with Alice, and session managment with Gorilla Sessions. The application supoorts in-memoery user storage and includes basic HTML templates for registration, login and others

## Features

1. **User Registration And Login**
2. **Role-Based Access Control**
3. **Session Management**