How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
jwt-auth is a PHP package providing JSON Web Token authentication for Laravel and Lumen applications. It serves as a token provider and stateless session manager, allowing applications to issue and validate signed tokens to manage user identity across network requests. The library implements stateless API security by verifying identity tokens sent in request headers, removing the requirement to store session data on the server. It uses signed tokens to verify user credentials and restrict access to protected resources. The project provides capabilities for user access control, authentication
Passport is a Node.js authentication middleware designed to manage user identities and session states within web applications. It functions as a request identity verifier that secures application routes by validating user credentials before granting access. The system utilizes a modular authentication strategy, allowing identity verification through interchangeable plugins. This architecture supports the creation of custom authentication strategies for local credentials and the integration of federated identity providers using external protocols. The framework provides capabilities for sessi
Social login and authentication module for Angular 21
Flexible OpenID Connect and OAuth 2.0 server-side implementation for modern ASP.NET projects
Laravel Eloquent roles and abilities.
The main features of josephsilber/bouncer are: Authentication and Authorization, Authentication and Security.
Open-source alternatives to josephsilber/bouncer include: tymondesigns/jwt-auth — jwt-auth is a PHP package providing JSON Web Token authentication for Laravel and Lumen applications. It serves as a… jaredhanson/passport — Passport is a Node.js authentication middleware designed to manage user identities and session states within web… abacritt/angularx-social-login — Social login and authentication module for Angular 21. abraham/twitteroauth — twitteroauth is a PHP library and REST API wrapper used for authenticating and interacting with the Twitter API. It… abraithwaite/jeff — 🍍Jeff provides the simplest way to manage web sessions in Go. abblix/oidc.server — Flexible OpenID Connect and OAuth 2.0 server-side implementation for modern ASP.NET projects.