First check
Description
I started using fastapi from 2 months, and this API is very useful for ML Models, But till now I did not found an Access Control for fastAPI, I search for RBAC (role-based access control) and ABAC ( attributes based access control) but I did not found a way to implement one of those methods.
How can I implement ABAC or RBAC with fastapi ?
Thank you
First check
Description
I started using fastapi from 2 months, and this API is very useful for ML Models, But till now I did not found an Access Control for fastAPI, I search for RBAC (role-based access control) and ABAC ( attributes based access control) but I did not found a way to implement one of those methods.
How can I implement ABAC or RBAC with fastapi ?
Thank you