aboutsummaryrefslogtreecommitdiff
path: root/crates/secd/src/client/store/mod.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update credential API to include sessionsbenj2023-05-221-75/+9
| | | | | | | | | | | | | 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 thingsbenj2023-04-241-8/+70
| | | | Started playing with namespace configs and integrating with zanzibar impls. Still lot's of experimenting and dead code going on.
* revoke session (+ some cleanup)benj2022-12-291-6/+1
|
* refactor everything with more abstraction and a nicer interfacebenj2022-12-241-0/+190