| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hack to allow impersonator to impersonate target | benj | 2023-06-19 | 1 | -0/+6 |
| | | |||||
| * | update credential API to include sessions | benj | 2023-05-22 | 1 | -53/+45 |
| | | | | | | | | | | | | | | 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. | ||||
| * | email templates, sendgrid, creds, and some experimental things | benj | 2023-04-24 | 1 | -178/+34 |
| | | | | | Started playing with namespace configs and integrating with zanzibar impls. Still lot's of experimenting and dead code going on. | ||||
| * | refactor everything with more abstraction and a nicer interface | benj | 2022-12-24 | 1 | -22/+21 |
| | | |||||
| * | [secd] expires_at -> expired_at for sessions | benj | 2022-12-12 | 1 | -1/+1 |
| | | |||||
| * | (oauth2 + email added): a mess that may or may not really work and needs to ↵ | benj | 2022-12-12 | 1 | -33/+38 |
| | | | | | be refactored... | ||||
| * | update schema to `secd` | benj | 2022-12-08 | 1 | -0/+11 |
| | | | | | add dummy `dev` command to cli | ||||
| * | - basic functionality with psql and sqlite | benj | 2022-12-01 | 1 | -0/+498 |
| - cli helper tool | |||||
