{"categories":[{"label":"Security","url":"https://skillfed.io/packages/category/security/2"}],"enrichment":{"capability":"Integrates FastAPI applications with cloud authentication services (AWS Cognito, Auth0, Firebase Authentication) to verify JWT tokens, validate scopes, and extract user claims.","skillfed_tags":["jwt-verification","cloud-auth","abandoned"],"use_cases":["Protect FastAPI endpoints with AWS Cognito access tokens and scope-based authorization.","Integrate Auth0 authentication into FastAPI applications with custom claim extraction via Pydantic models.","Verify Firebase ID tokens in FastAPI routes and extract user identity information.","Implement scope-based access control (all-scopes or any-scope matching) across multiple cloud providers.","Extract and validate user profile data (email, username, custom fields) from JWT claims in dependency injection."],"what_it_does":"fastapi-cloudauth is a FastAPI integration library that standardizes JWT token verification and user claim extraction for three major cloud authentication providers: AWS Cognito, Auth0, and Firebase Authentication. It wraps the token validation logic (signature verification, expiration checks, audience claims) and provides FastAPI dependency injection helpers to protect endpoints with scope-based authorization and to inject authenticated user information into route handlers.\n\nThe package depends on fastapi, python-jose (for JWT handling), and requests (for fetching public keys). It supports extracting both access tokens (for scope-based authorization) and ID tokens (for full user profile data), and allows custom Pydantic models to extend the default claims. However, the package has been abandoned since January 2022 with no maintenance activity, meaning it will not receive updates for breaking changes in FastAPI, security patches, or new authentication standards.","worth_installing":"No. While the package is low-friction to install and permissively licensed, it is abandoned (last release January 2022, no commits since May 2023). FastAPI, python-jose, and authentication standards have evolved; the package will not receive security patches or compatibility fixes. For new projects, use actively maintained alternatives or implement token verification directly with current versions of FastAPI and python-jose."},"id":"fastapi-cloudauth","links":{"html":"https://skillfed.io/packages/fastapi-cloudauth","md":"https://skillfed.io/packages/fastapi-cloudauth.md","pypi":"https://pypi.org/project/fastapi-cloudauth/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-01-06","license_spdx":null,"license_treatment":"permissive","name":"fastapi-cloudauth","python_support":"supports_current","summary":"fastapi-cloudauth supports simple integration between FastAPI and cloud authentication services (AWS Cognito, Auth0, Firebase Authentication)."},"popularity":{"monthly_downloads":125504,"position":11811,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.3"}
