| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update credential API to include sessions | benj | 2023-05-22 | 1 | -11/+0 |
| | | | | | | | | | | | | | | This change updates the credential API to include sessions as just another credential type. It adds the ApiToken type and enables revocation of credentials. Updates were also made to the Identity API which now includes a list of new credentials added to an Identity. This change also migrates off the hacky ENV configuration paradigm and includes a new config.toml file specified by the SECD_CONFIG_PATH env var. No default is currently provided. Clippy updates and code cleanup. | ||||
| * | revoke session (+ some cleanup) | benj | 2022-12-29 | 1 | -1/+2 |
| | | |||||
| * | refactor everything with more abstraction and a nicer interface | benj | 2022-12-24 | 1 | -9/+4 |
| | | |||||
| * | (oauth2 + email added): a mess that may or may not really work and needs to ↵ | benj | 2022-12-12 | 1 | -5/+2 |
| | | | | | be refactored... | ||||
| * | update schema to `secd` | benj | 2022-12-08 | 1 | -2/+2 |
| | | | | | add dummy `dev` command to cli | ||||
| * | - basic functionality with psql and sqlite | benj | 2022-12-01 | 1 | -0/+18 |
| - cli helper tool | |||||
