https://github.com/osohq/oso-flask-tutorial
https://github.com/osohq/oso-flask-tutorial
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osohq/oso-flask-tutorial
- Owner: osohq
- Created: 2020-07-26T17:17:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T16:57:33.000Z (over 3 years ago)
- Last Synced: 2024-04-21T08:19:26.306Z (about 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oso: authorization as code [Demo Application]
oso allows you to write policy as code, tightly integrated
with application code, logic, and data, and provides a simple
way to enforce authorization on all requests.## Example
This repository contains an example application using oso
to secure requests.The application itself is a simple [Flask](https://flask.palletsprojects.com/en/1.1.x/)
web server, implementing an expenses application.We have already partially implemented the core functionality;
some is left for you to complete.