1 مستودع
Authentication frameworks that use signed assertions instead of interactive logins for service accounts.
Distinct from Assertion-Based Validations: Candidates focus on software testing assertions or data validation, not security-based identity assertions.
Explore 1 awesome GitHub repository matching security & cryptography · Assertion-Based Authentications. Refine with filters or upvote what's useful.
Authlib is a comprehensive Python framework for implementing OAuth 1.0, OAuth 2.0, and OpenID Connect clients and servers. It provides a complete toolkit for identity management, spanning the development of authorization servers, resource servers, and client-side integrations. The library distinguishes itself through a full implementation of the JOSE specifications, including JSON Web Tokens, Encryption, Signatures, and Keys. It features specialized capabilities for non-interactive authentication via service account assertion frameworks and a compliance-correction layer designed to handle ide
Authenticates service accounts using signed tokens to request access without interactive user login.