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!
- Chat on the Ory Community Slack
- Discuss or share code on GitHub
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
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!
- Deploying Ory Oathkeeper as an AWS Lambda Authorizer
- Using Ory with Cloudflare Workers
- How I built LoginWithHN using Ory Hydra
- Add Authentication to your Flutter Web Applications with Ory Kratos
- E-Commerce with Ory Network Part 1: Backend, Part 2: Frontend
- Looking at Zanzibar through Ory Keto
Ory
Ory Kratos
- Building a Quarkus application with Ory Kratos
- How to write an application that integrates Kratos in Go
- Ory Kratos reverse proxy (Nginx) example
Ory Hydra
- Ory Hydra with Apache APISIX integration
- Practical Example of Implementing OAuth 2.0 Using ory/hydra
- OAuth 2.0 with Ory Hydra and Vapor on iOS: Part 1, Part 2, Part 3, Part 4.
- Creating an OAuth 2.0 custom lambda authorizer for use with Amazons (AWS) API Gateway using Hydra
- Discussion on Access & Refresh Tokens
Ory Keto
Ory Oathkeepeer
- User Management using Ory Oathkeeper
- API Access Control with Ambassador and Ory Oathkeeper
- Ory Oathkeeper Istio best practices/reference configuration
Ory Dockertest
- Writing Tests for MongoDB using Dockertest in Go
- Integration tests in Golang with dockertest
- Go Package for better integration tests: Ory Dockertest
- Using Dockertest with Golang
- How to write a Go API Part 3: Testing With 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
- Microservices app example using Ory, NestJS, Kubernetes
- Selfhosted admin frontend written in ASP.net
- Next.js based starter for Ory Kratos and Ory Hydra
- APISIX as gateway with Ory, linkerd, and kustomize
- Ory Kratos/Oathkeeper with Kong, docker-compose
- Ory Plugin for HashiCorp Vault
- Libraries to integrate NestJS with Ory
Ory Kratos
- Ory Kratos Sveltekit with MeltUI and TailwindCSS
- Ory Kratos Authentication for Plug applications
- Ory Kratos Symfony Authenticator
- Ory Kratos Admin Interface in React
- Ory Kratos Svelte Node self service
- Ory Kratos SvelteKit Demo
- Ory Kratos Loopback4 integration
Ory Hydra
- Ory Hydra Web3 Authentication including Metamask, Coinbase, Walletconnect
- Ory Hydra Golang HTTP middleware
- Ory Hydra Testcontainer
- Ory Hydra OAuth2 Token Exchange RFC 8693
- Ory Hydra Terraform Provider
- Ory Hydra Java login/consent provider example
- Ory Hydra Golang login/consent/logout identity provider example
- Ory Hydra client integrations with OAuth2.0 & OIDC identity
Ory Keto
Ory Oathkeeper
Ory Fosite
Archived, Outdated, and WIP projects
- Starter for Svelte Kit and Ory
- Reference Ory Docker Compose Setup + Article
- Predefined dockertest libraries for Hydra, Kratos & Keto integration tests
- Ory Kratos Sveltekit example
- Ory Kratos/Hydra Erlang frontend UI
- Ory Kratos Rescript React UI SPA + Bindings
- Ory Kratos Next.js self service UI
- Ory Kratos Quarkus, Kotlin, and Qute example
- Ory Kratos single node example
- Ory Kratos Vue 3/Vite with Typescript example
- Ory Hydra SDK for Laravel (unofficial)
- Ory Hydra Identity Provider for over LDAP
- Ory Hydra Middleware for Gin (Go)
- Ory Hydra Two-factor authentication login provider
- Ory Hydra Identity Provider
- Ory Hydra Python login/consent provider example
- KetoToDot Ory Keto relation tuples to dot notation converter
- Testing OAuth 2.0 JWT token implementation with Ory Fosite
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.
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.