FastAPI as a authentication provider

This page summarizes the projects mentioned and recommended in the original post on /r/FastAPI

Our great sponsors
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SaaSHub - Software Alternatives and Reviews
  • SuperTokens Community

    Open source alternative to Auth0 / Firebase Auth / AWS Cognito

    Take a look at supertokens which integrates with fastapi https://supertokens.com

  • authentik

    The authentication glue you need.

    authentik, which is kinda a go implementation of what you're looking for above, uses oauth2-proxy. https://github.com/goauthentik/authentik

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • authx

    Ready-to-use and customizable Authentications and Oauth2 management for FastAPI ✨

    Yeah you can use a python OIDC or Oauth2 server lib, and just add the routes to your app. Here some doc for AuthX or Authlib.

  • Yeah you can use a python OIDC or Oauth2 server lib, and just add the routes to your app. Here some doc for AuthX or Authlib.

  • node-oidc-provider

    OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js

    You can also easily setup an OIDC server in Node using a certified OIDC lib like oidc-provider.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

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