Velruse is a set of authentication routines that provide a unified way to have a website user authenticate to a variety of different identity providers and/or a variety of different authentication schemes.
Principalele funcționalități ale bbangert/velruse sunt: Authentication.
Alternativele open-source pentru bbangert/velruse includ: authomatic/authomatic — Simple yet powerful authorization / authentication client library for Python web applications. bennylope/django-organizations — :couple: Multi-user accounts for Django projects. blakewilliams/doorman — Tools to make Plug, and Phoenix authentication simple and flexible. bouke/django-two-factor-auth — Django Two-Factor Authentication. bread-and-pepper/django-userena — Userena is a Django application that supplies your Django project with full account management. It's a fully… authlib/authlib — Authlib is a comprehensive Python library for building and integrating OAuth 1.0, OAuth 2.0, and OpenID Connect…
Simple yet powerful authorization / authentication client library for Python web applications.
:couple: Multi-user accounts for Django projects
Tools to make Plug, and Phoenix authentication simple and flexible.
Authlib is a comprehensive Python library for building and integrating OAuth 1.0, OAuth 2.0, and OpenID Connect clients and servers. It provides a unified set of tools to manage authentication and authorization flows, allowing applications to either act as a client connecting to external identity providers or as a provider issuing tokens and managing user identities. The project distinguishes itself through a full implementation of the JOSE standards, offering a suite of cryptographic tools for generating, signing, encrypting, and validating JSON Web Tokens, Signatures, Encryption, and Keys.