aboutsummaryrefslogtreecommitdiff
path: root/crates/iam/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hack to allow impersonator to impersonate targetbenj2023-06-192-8/+22
|
* update credential API to include sessionsbenj2023-05-222-114/+127
| | | | | | | | | | | | | 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-242-383/+76
| | | | Started playing with namespace configs and integrating with zanzibar impls. Still lot's of experimenting and dead code going on.
* cleanup authzbenj2022-12-311-3/+22
|
* impl authZ write and check (depends on spicedb for now)benj2022-12-301-8/+45
|
* refactor everything with more abstraction and a nicer interfacebenj2022-12-243-102/+65
|
* some cleanupbenj2022-12-212-4/+3
|
* [secd] expires_at -> expired_at for sessionsbenj2022-12-122-2/+2
|
* (oauth2 + email added): a mess that may or may not really work and needs to ↵benj2022-12-124-60/+175
| | | | be refactored...
* update schema to `secd`benj2022-12-081-0/+11
| | | | add dummy `dev` command to cli
* - basic functionality with psql and sqlitebenj2022-12-014-0/+1037
- cli helper tool