From ead80fded7b33f4f8e94bcb92fae40371a64639c Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 25 Jul 2023 13:41:49 +0200 Subject: [PATCH] docs: add actions index readme (#77) --- ory-actions/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ory-actions/README.md diff --git a/ory-actions/README.md b/ory-actions/README.md new file mode 100644 index 0000000..6aa30e8 --- /dev/null +++ b/ory-actions/README.md @@ -0,0 +1,23 @@ +# Ory Actions Examples + +Contribute your Ory Actions webhook examples here. +Add your own webhooks or ideas and contribute to the community! + +For more information on Ory Actions please refer to the +[Ory Documentation](https://www.ory.sh/docs/kratos/hooks/configure-hooks). + +## Ory Actions Examples + +- [Ory Action to check IP addresses against vpnapi.io](https://github.com/ory/examples/tree/master/ory-actions/vpncheck-py) +- more coming soon.. + +## Contribute + +Feel free to +[open a discussion](https://github.com/ory/examples/discussions/new) to provide +feedback or talk about ideas, or +[open an issue](https://github.com/ory/examples/issues/new) if you want to add +your example to the repository or encounter a bug. You can contribute to Ory in +many ways, see the +[Ory Contributing Guidelines](https://www.ory.sh/docs/ecosystem/contributing) +for more information.