Skip to main content

Community resources

Ory is possible because of a unique, experienced, and dedicated community.
Sponsors, contributors, and adopters make this ecosystem possible and shape it in significant ways.

Take part in the Ory Community!

Each major project also has its own discussion board:

Check out the yearly developer conference for the Ory community: Ory Summit
Past editions: 2021, 2022

info

Looking for more examples?
Check out ory/examples, a community curated collection of example projects and configurations.
Contributions always welcome!

Community articles and tutorials

Ory Blog guest articles

Are you building something with Ory? Are you interested in Auth and security topics in general? Do you want to share your knowledge and experiences? Reach out to us to be published in our blog!

Ory

Ory Kratos

Ory Hydra

Ory Keto

Ory Oathkeepeer

Ory Dockertest

Community projects

Members of the Ory community have built technology, written blog posts, and published open source software that extends or modifies the core technology. This isn't an exhaustive list. Want your own content here? Create a PR!

Please note that this content isn't actively maintained by the Ory team, is written by the community and might be out of date, unmaintained, or otherwise faulty.

Ory

Ory Kratos

Ory Hydra

Ory Keto

Ory Fosite

Work In Progress & Archived/Outdated

Postman collections

Note that while we try to keep the collections up to date, they might be outdated. Please open an issue if that's the case.

First, you have to install the Postman App for Windows, Mac, or Chrome. You can find it on the Postman Apps page.

Visit the Ory Postman Public Workspace and select the Collection you want to use and import it or select the Ory project you want to run below:

Run Ory Hydra in Postman

Run Ory Kratos in Postman

Run Ory Keto in Postman

Run Ory Oathkeeper in Postman

Our API Collections are built directly from the swagger specification (you can find it at the path /spec/api.json) and are organized into folders that categorize the various API calls.

For example, in the Ory Kratos collection, you will find all calls related to identity in the folder with the same name.

To be able to work with the collection you need to set the baseURl variable. For example, when running Ory Kratos as configured, the baseURl needs to be set to the public endpoint(in the Quickstart it ishttp://127.0.0.1:4433/).

You may also have to configure query parameters or the JSON method body, depending on the API call.

info

Don't store tokens in Postman as environment variables! If you are signed in to the Postman application, it will automatically try to synchronize Collections and Environments with the Postman servers. This means that a token, which could allow someone else access to your APIs, is being uploaded to Postman's servers. Postman has taken measures to ensure that tokens are encrypted and encourages users to store them in Environment Variables. Read more here.