Skip to content

Commit 9706816

Browse files
authored
Merge branch 'master' into refactor/flutter-quickstart
2 parents 2332c52 + baf790e commit 9706816

File tree

203 files changed

+6563
-1718
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+6563
-1718
lines changed

docs/_common/api-key-needed.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
An API Key is required for all administrative operations. Read
2+
[Authorization with API Keys](https://www.ory.sh/docs/concepts/personal-access-token) to learn more.

docs/_common/need-help.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:::info Need help?
2+
3+
- New to Ory? [Talk to the team](https://www.ory.sh/contact) about features and plans.
4+
- Already a customer? [Open a support ticket](https://console.ory.sh/support).
5+
6+
:::
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:::info Professional support?
2+
3+
Ory offers support for self-hosted Ory software through the Ory Enterprise License (OEL). Read more about the OEL
4+
[here](https://www.ory.sh/docs/self-hosted/oel).
5+
6+
:::

docs/actions/live-events.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ New event names may be added in the future, in which case this list will be upda
9191
| **WebhookDelivered** | A webhook has been sent to the configured endpoint for processing. |
9292
| **WebhookFailed** | A webhook delivery or processing has failed at the receiving endpoint. |
9393
| **WebhookSucceeded** | A webhook has been processed and acknowledged by the receiving endpoint. |
94+
| **CourierMessageAbandoned** | A courier message has been abandoned. |
95+
| **CourierMessageDispatched** | A courier message has been dispatched. |
9496

9597
### Ory OAuth2
9698

File renamed without changes.

docs/ecosystem/changelog.md renamed to docs/ecosystem/changelog.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@ title: Changelog and roadmap
55

66
## Ory Changelog
77

8+
```mdx-code-block
9+
import Help from '@site/docs/_common/need-selfhosted-support.mdx'
10+
11+
<Help/>
12+
```
13+
814
Read the changelog for Ory Network at [changelog.ory.sh](https://changelog.ory.sh/) !
915

1016
> Running security-critical open source technology in a self-service format requires vigilance. We make your life easier by
1117
> announcing important software updates via the [Ory Security Newsletter](https://www.ory.sh/l/sign-up-newsletter). Never miss an
1218
> update and **[sign up now to important release updates!](https://www.ory.sh/l/sign-up-newsletter)**
1319
14-
:::tip
15-
16-
Looking for support? Please contact us at [email protected]!
17-
Ory offers support agreements for self-hosted Ory software.
18-
19-
:::
20-
2120
## Changelogs
2221

2322
- [Ory Network Changelog](https://changelog.ory.sh/)
File renamed without changes.
File renamed without changes.

docs/ecosystem/contributing.md renamed to docs/ecosystem/contributing.mdx

Lines changed: 75 additions & 111 deletions
Large diffs are not rendered by default.

docs/ecosystem/projects.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,24 @@ enterprise identity providers. It’s modular, supports your preferred database,
8484
data and privacy. Built for flexibility and scale, Ory Polis handles as many tenants and identity providers as your business
8585
demands. If you're delivering enterprise-grade SaaS and need SSO that just works, Ory Polis is the missing link.
8686

87+
## Ory Elements
88+
89+
![Ory Elements](https://raw.githubusercontent.com/ory/meta/master/static/logos/logo-elements.svg)
90+
91+
Ory Elements is a component library that allows you to build custom user interfaces for Ory self-service flows. It provides a set
92+
of pre-built components that can be easily integrated into your application, enabling you to create a seamless user experience
93+
while leveraging Ory's powerful authentication and identity management capabilities. Ory Elements is designed to work with Ory
94+
Kratos' self-service flows, such as login, registration, settings, verification, and recovery, as well as the OAuth2 consent flow.
95+
It allows you to customize the look and feel of your UI to match your brand and user experience requirements. You can use Ory
96+
Elements to build a custom UI that fits your application's design and user experience.
97+
8798
## All of Ory Open Source
8899

89-
![Full Ory Ecosystem](./_static/projects/1.png)
100+
```mdx-code-block
101+
import { ProjectOverviewGraph } from "@site/src/pages/_assets/project-overview-graph"
102+
103+
<ProjectOverviewGraph />
104+
```
90105

91106
If you were to use the full Ory Ecosystem, it would probably look something like this. Keep in mind that any component shown here
92107
can be replaced or removed, depending on your use case.

0 commit comments

Comments
 (0)