Skip to content

Commit 3e09e58

Browse files
authored
feat: update for the Ory Network (#2814)
1 parent 6e8579b commit 3e09e58

File tree

4 files changed

+39
-17
lines changed

4 files changed

+39
-17
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body:
2222
Guidelines](https://github.com/ory/kratos/blob/master/CONTRIBUTING.md)."
2323
required: true
2424
- label:
25-
"This issue affects my [Ory Cloud](https://www.ory.sh/) project."
25+
"This issue affects my [Ory Network](https://www.ory.sh/) project."
2626
- label:
2727
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
2828
- label:
@@ -86,7 +86,7 @@ body:
8686
- attributes:
8787
label: "On which operating system are you observing this issue?"
8888
options:
89-
- Ory Cloud
89+
- Ory Network
9090
- macOS
9191
- Linux
9292
- Windows
@@ -95,9 +95,9 @@ body:
9595
id: operating-system
9696
type: dropdown
9797
- attributes:
98-
label: "In which environment are you deploying?"
98+
label: "In which environment are you running/deploying?"
9999
options:
100-
- Ory Cloud
100+
- Ory Network
101101
- Docker
102102
- "Docker Compose"
103103
- "Kubernetes with Helm"

.github/ISSUE_TEMPLATE/DESIGN-DOC.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
Guidelines](https://github.com/ory/kratos/blob/master/CONTRIBUTING.md)."
3434
required: true
3535
- label:
36-
"This issue affects my [Ory Cloud](https://www.ory.sh/) project."
36+
"This issue affects my [Ory Network](https://www.ory.sh/) project."
3737
- label:
3838
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
3939
- label:

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
Guidelines](https://github.com/ory/kratos/blob/master/CONTRIBUTING.md)."
2727
required: true
2828
- label:
29-
"This issue affects my [Ory Cloud](https://www.ory.sh/) project."
29+
"This issue affects my [Ory Network](https://www.ory.sh/) project."
3030
- label:
3131
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
3232
- label:

README.md

+33-11
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,41 @@
2222
<a href="https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md" alt="Ory Code of Conduct"><img src="https://img.shields.io/badge/ory-code%20of%20conduct-green" /></a>
2323
</>
2424

25-
Ory Kratos is the first cloud native Identity and User Management System in the
26-
world. Finally, it is no longer necessary to implement a User Login process for
27-
the umpteenth time!
25+
Ory Kratos is _the_ developer-friendly, security-hardened and battle-test Identity, User Management and Authentication system for the Cloud. Finally, it is no longer necessary to implement User Login for the umpteenth time!
2826

29-
## Ory Kratos in Ory Cloud
27+
## Ory Kratos on the Ory Network
3028

31-
The easiest way to get started with Ory Software is in Ory Cloud! Ory Cloud is
32-
[**free forever for developers**](https://console.ory.sh/registration?utm_source=github&utm_medium=banner&utm_campaign=kratos-readme),
33-
no credit card required.
29+
The [Ory Network](https://www.ory.sh/cloud) is the fastest, most secure and worry-free way to use Ory's Services. **Ory Identities** is powered by the Ory Kratos open source identity server, and it's fully API-compatible.
3430

31+
The Ory Network provides the infrastructure for modern end-to-end security:
32+
33+
- **Identity & credential management scaling to billions of users and devices**
34+
- **Registration, Login and Account management flows for passkey, biometric,
35+
social, SSO and multi-factor authentication**
36+
- **Pre-built login, registration and account management pages and components**
37+
- OAuth2 and OpenID provider for single sign on, API access and
38+
machine-to-machine authorization
39+
- Low-latency permission checks based on Google's Zanzibar model and with
40+
built-in support for the Ory Permission Language
41+
42+
It's fully managed, highly available, developer & compliance-friendly!
43+
44+
- GDPR-friendly secure storage with data locality
45+
- Cloud-native APIs, compatible with Ory's Open Source servers
46+
- Comprehensive admin tools with the web-based Ory Console and the Ory Command
47+
Line Interface (CLI)
48+
- Extensive documentation, straightforward examples and easy-to-follow guides
49+
- Fair, usage-based [pricing](https://www.ory.sh/pricing)
50+
51+
Sign up for a
52+
[**free developer account**](https://console.ory.sh/registration?utm_source=github&utm_medium=banner&utm_campaign=kratos-readme)
53+
today!
54+
55+
56+
### Quickstart
57+
3558
Install the [Ory CLI](https://www.ory.sh/docs/guides/cli/installation) and
36-
create a new project to get started with Ory Kratos right away:
59+
create a new project to get started with Ory Identities right away:
3760

3861
```
3962
# If you don't have Ory CLI installed yet:
@@ -47,15 +70,14 @@ ory auth
4770
ory create project
4871
```
4972

50-
Ory Cloud ships administrative user interfaces, hosted pages (e.g. for login or
51-
registration), support for custom domains, collaborative features for your
52-
colleagues, integration services, and much more!
5373

5474
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
5575
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
5676

5777
**Table of Contents**
5878

79+
- [Ory Kratos on the Ory Network](#ory-kratos-on-the-ory-network)
80+
- [Quickstart](#quickstart)
5981
- [What is Ory Kratos?](#what-is-ory-kratos)
6082
- [Who is using it?](#who-is-using-it)
6183
- [Getting Started](#getting-started)

0 commit comments

Comments
 (0)