This is a prototype to show how you can use JSON policies to grant or deny authorizations on any kind of object that can be written in JSON.
- Clone the project
- Enter the directory where you've placed your code
- Create a new virtual environment with pipenv
pipenv install
- Run the
authorization.py
script
pipenv run python authorization.py
To find our more about how this prototype works, feel free to check out my related blog post: blog.gaborschulz.com/advanced-authorization
Copyright Gabor Schulz, 2022