How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
OAuth2 goodies for the Djangonauts!
Next-auth is an authentication library and identity framework used to manage user sign-in and session state across web applications. It provides a system for handling user identity through OAuth, OpenID Connect, and passwordless sign-in flows. The project features a multi-provider framework that integrates third-party identity services and custom directory backends. It supports passwordless authentication via email magic links or hardware keys and utilizes a database-agnostic storage layer to persist authentication states across different database types or in-memory. Security is managed thro
python implementation of JSON Web Signatures
Simple role-based authorization library for Ruby on Rails
Provide OAuth2 access to your app
The main features of caffeinehit/django-oauth2-provider are: Authentication Libraries, Authorization.
Projects with overlapping indexed features include: evonove/django-oauth-toolkit — OAuth2 goodies for the Djangonauts! iaincollins/next-auth — Next-auth is an authentication library and identity framework used to manage user sign-in and session state across web… brianloveswords/python-jws — python implementation of JSON Web Signatures. cancancommunity/cancancan — CanCanCan is an authorization library for Ruby on Rails that lets developers define user permissions in a single,… chaps-io/access-granted — Multi-role and whitelist based authorization gem for Rails (and not only Rails!). brownboxdev/rabarber — Simple role-based authorization library for Ruby on Rails.