https://github.com/osohq/oso-flask-integration
https://github.com/osohq/oso-flask-integration
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osohq/oso-flask-integration
- Owner: osohq
- Created: 2020-08-04T22:17:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T15:15:17.000Z (over 3 years ago)
- Last Synced: 2024-04-21T08:19:26.275Z (about 1 year ago)
- Language: Python
- Size: 40 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oso: authorization as code [Flask Integration Example]
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
and the oso Flask integration 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 used the ``oso`` & ``flask_oso`` libraries.
We have already partially implemented the core functionality;
some is left for you to complete.