Software Alternatives & Reviews

Cerbos + FastAPI + AWS Cognito: Do not reinvent user permissions

FastAPI Amazon Cognito
  1. FastAPI is an Open Source, modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
    Pricing:
    • Open Source
    • Free
    In this tutorial, we're building a simple application which integrates Cerbos with a FastAPI server using AWS Cognito for authentication. FastAPI provides us with the `OAuth2PasswordRequestForm` middleware, which extracts the credentials from the form on the UI, and makes them available within the `form_data` object.

    #Developer Tools #API Tools #Python Programming 235 social mentions

  2. Amazon Cognito lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily. It scales to millions of users and supports sign-in with social identity providers and enterprise identity providers via SAML 2.0.
    In this tutorial, we're building a simple application which integrates Cerbos with a FastAPI server using AWS Cognito for authentication. FastAPI provides us with the `OAuth2PasswordRequestForm` middleware, which extracts the credentials from the form on the UI, and makes them available within the `form_data` object.

    #Identity Provider #SAML #Identity And Access Management 63 social mentions

Discuss: Cerbos + FastAPI + AWS Cognito: Do not reinvent user permissions

Log in or Post with