(WIP) Backend for verdigris.blue
- Currently only uses postgres as the database backend. but may be expanded in the future as the backend starts to take shape. - Loads configuration using viper - Creates key from configuration settings, and verifies its validity Next Step: - create and handle rotating master keys and user keys to handle encrypting user secrets. (for TOTP and MFA storage) |
||
|---|---|---|
| api/handler | ||
| cmd/verdigris | ||
| internal | ||
| pkg | ||
| test | ||
| .containerignore | ||
| .gitignore | ||
| Containerfile | ||
| go.mod | ||
| go.sum | ||
| sqlc.yml | ||