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 experience?
Reach out to get published in our blog!

Ory

Ory Kratos

Ory Hydra

Ory Keto

Ory Oathkeepeer

Ory Dockertest

Videos

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 Oathkeeper

Ory Fosite

Archived, Outdated, and WIP projects

Postman collections

Note that while the collections should be 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 API for the Ory service you want to use.

The API Collections are built directly from the swagger specification (you can find it at the path /spec/api.json in GitHub) and are organized into folders that categorize the various API calls. To be able to work with the collection you need to set the baseURl variable. For example, when running Ory Kratos the baseURl needs to be set to the public endpoint. 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.