zitadel/internal/actions/object
Silvan 20e4f1ce57
feat(actions): add fields to complement token flow (#5336)
* deprecated `ctx.v1.userinfo`-field in "pre userinfo creation" trigger in favour of `ctx.v1.claims`. The trigger now behaves the same as "pre access token creation"
* added `ctx.v1.claims` to "complement tokens" flow
* added `ctx.v1.grants` to "complement tokens" flow
* document `ctx.v1.getUser()` in "complement tokens" flow

* feat(actions): add getUser() and grant

* map user grants

* map claims

* feat(actions): claims in complement token ctx

* docs(actions): add new fields of complement token

* docs(actions): additions to complement token

* docs(actions): correct field names
2023-03-08 15:26:28 +01:00
..
auth_request.go fix(actions): provide browser info and handle nil pointer (#5277) 2023-02-24 16:13:11 +01:00
http_request.go feat: add http request to interal and external authentication actions (#5103) 2023-01-26 10:40:49 +00:00
metadata.go fix: emit only if data and marshal invalid metadata 2023-03-01 17:05:12 +00:00
object.go feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
user_grant.go feat(actions): add fields to complement token flow (#5336) 2023-03-08 15:26:28 +01:00
user.go feat: add github provider template (#5334) 2023-03-08 10:17:28 +00:00