Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Files

Latest commit

 

History

History
42 lines (37 loc) · 1.81 KB

README.md

File metadata and controls

42 lines (37 loc) · 1.81 KB

alpaca

forthebadge GoDoc Go report CircleCI Coverage Status GitHub Release

Alpaca

Intro

Alpaca is a WIP microservices system that handles authentication and authorization.

It provides:

  • login with email, username, or password
  • two-factor auth with phone call, SMS, backup code, or Yubikey
  • password resets
  • email confirmation codes
  • phone number confirmation codes

FAQ

Notes on Contributing

  • make protoc will regenerate Go code from Protocol Buffers
  • make lint lints code
  • make fmt formats code
  • make vet vets code