Sample Apps
Oso built the following sample apps to provide reference and inspiration for using Oso Cloud in your application.
-
Reference apps:
Each of these apps use:
- Microservice-like architecture
- Centralized authorization data to manage access control across services
- Local Authorization + PostgreSQL
- TypeScript + React w/ NodeJS via Next.js
- Orchestrated deployment via Docker Compose
-
List filtering (opens in a new tab) using:
- Local Authorization + PostgreSQL (local)
- Ruby on Rails (local)
-
- This is a very complex application often used for demos; its
main
branch is not always in a runnable state. - View the documentation here: GitCloud: End-to-End Example (opens in a new tab)
- This is a very complex application often used for demos; its