Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 434 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 434 Bytes

basicAuth

The Basic Auth implementation that can be used as a middleware by anyone who's using go-turbo to build their APIs.



Test Coverage

WIP

Quick Start Guide

The module exposes 3 providers
1. Generic Basic Auth
2. LDAP Auth
3. Database Auth

We are constantly working on adding more features in our module.