git.sophuwu.com > authuwu   
              14
            
             # authuwu
### sophuwu's authentication standard

An attempt to create a standardized authentication database and API for my projects.

## Goals:
- standardized database files that can be used across different projects
- APIs for those projects to use
- a CLI to manage authentication databases with ease
- Golang HTTP middleware library for authentication
- HTTP login sessions, cookies, password reset, and other common features
- support for multiple authentication methods (e.g. password, OAuth, etc.)