An open API service indexing awesome lists of open source software.

https://github.com/osohq/oso-flask-tutorial


https://github.com/osohq/oso-flask-tutorial

Last synced: 5 months ago
JSON representation

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.