aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hack to allow impersonator to impersonate targetbenj2023-06-191-0/+69
|
* update credential API to include sessionsbenj2023-05-221-4/+130
| | | | | | | | | | | | | 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-341/+488
| | | | Started playing with namespace configs and integrating with zanzibar impls. Still lot's of experimenting and dead code going on.
* impl authZ write and check (depends on spicedb for now)benj2022-12-301-4/+270
|
* refactor everything with more abstraction and a nicer interfacebenj2022-12-241-1/+279
|
* some cleanupbenj2022-12-211-9/+1
|
* (oauth2 + email added): a mess that may or may not really work and needs to ↵benj2022-12-121-2/+403
| | | | be refactored...
* - basic functionality with psql and sqlitebenj2022-12-011-107/+326
| | | | - cli helper tool
* some shell is coming together and a rough APIbenj2022-11-251-0/+1794