From d12ca3fbfa250fdcfaca5ce232d8731b626c5cdc Mon Sep 17 00:00:00 2001 From: Vincent Kraus Date: Tue, 25 Jul 2023 13:40:55 +0200 Subject: [PATCH 1/2] docs: add actions index readme --- 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. From 142627e2a33888d644cd4c538269966eb871208d Mon Sep 17 00:00:00 2001 From: Vincent Kraus Date: Tue, 25 Jul 2023 13:55:30 +0200 Subject: [PATCH 2/2] docs: add actions index readme --- ory-actions/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ory-actions/README.md b/ory-actions/README.md index 6aa30e8..540e3e6 100644 --- a/ory-actions/README.md +++ b/ory-actions/README.md @@ -3,6 +3,20 @@ Contribute your Ory Actions webhook examples here. Add your own webhooks or ideas and contribute to the community! +- Have you built a Ory Action that's currently in use? Don't keep it to + yourself! + + -> Open a PR with the code example, the Ory Actions configuration, and a short + README. + +- Got an idea for an integration with Ory Actions? We're all ears! + + -> Open an issue with what you want to integrate and how it should work. + +The Ory team will help you get the example merged. And here's the best part - if +your submission gets accepted, you have the chance for get some exclusive Ory +Swag! + For more information on Ory Actions please refer to the [Ory Documentation](https://www.ory.sh/docs/kratos/hooks/configure-hooks).