https://github.com/zero-shubham/permissions_system_example
https://github.com/zero-shubham/permissions_system_example
fastapi graphql permissions react-admin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zero-shubham/permissions_system_example
- Owner: zero-shubham
- Created: 2020-07-23T02:47:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T03:34:35.000Z (almost 6 years ago)
- Last Synced: 2025-01-04T04:32:26.490Z (over 1 year ago)
- Topics: fastapi, graphql, permissions, react-admin
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is a boilerplate / example repository.
Portrays how schema directive can be used for maintaining _permissions_ and/or _authorizations_ for a graphl API.
It uses [permissions_system](https://github.com/zero-shubham/permissions_system) under the hood to maintain the required models and uses the utility functions of it.