alpaca
Intro
Alpaca is a WIP microservices system that handles authentication and authorization.
It provides:
- [x] 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