Authorization on FastAPI with Casbin

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • In this case, we have an Items REST API implemented on Python 3.10 with FastAPI framework. It allows to list all items and get, create and delete an item. All of these operations must be performed by authenticated users. For sake of simplicity, the following users can be used for authentication:

  • casbin

    An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://discord.gg/S5UjpzGZjN

  • Casbin is an open source authorization library with support for many models (like Access Control Lists or ACLs, Role Based Access Control or RBAC, Restful, etc) and with implementations on several programming languages (ie: Python, Go, Java, Rust, Ruby, etc). It consists of two configuration files:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Authorisation with Casbin and Koa Part 1

    2 projects | dev.to | 10 May 2021
  • Svix – Webhooks as a Service

    1 project | news.ycombinator.com | 4 Oct 2023
  • Ask HN: Standard for webhook source IP declaration?

    1 project | news.ycombinator.com | 22 Aug 2023
  • I need some explanation regarding webhooks?

    1 project | /r/SaaS | 20 May 2023
  • Cerbos + FastAPI + AWS Cognito: Do not reinvent user permissions

    3 projects | /r/FastAPI | 28 Apr 2023