Skip to content

A basic Python FastAPI implementation used across various framework-based RBAC admin panels in my repositories.

Notifications You must be signed in to change notification settings

Etriii/rbac_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This was designed to demonstrate how RBAC should be used in various frameworks; it is not a secure API.

Install this following:

pip install -r requirements.txt

To run the app:

uvicorn app.main:app --reload

In Windows: python -m uvicorn app.main:app --reload

About

A basic Python FastAPI implementation used across various framework-based RBAC admin panels in my repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published