docs(actions): add examples (#7494)

* docs(actions): add use cases

* docs(actions): extend available modules

* docs(actions): add example to http module

* hide code in details

* add saml response,
correct code examples

* describe internal authentication flow

* rename to code examples
This commit is contained in:
Silvan
2024-03-13 17:49:36 +01:00
committed by GitHub
parent 6a1b708ff8
commit 30a1f4b39e
9 changed files with 347 additions and 3 deletions

View File

@@ -36,3 +36,4 @@ Within the JavaScript code, you can read and manipulate the state.
- [Assign users a role after they register using an external identity provider](/guides/manage/customize/behavior)
- [Actions reference](/apis/actions/introduction#action)
- [Actions Marketplace: Find example actions to use in ZITADEL](https://github.com/zitadel/actions)
- [Example use cases](/apis/actions/code-examples)