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.
Die Hauptfunktionen von josephsilber/bouncer sind: Authentication and Authorization, Authentication and Security.
Open-Source-Alternativen zu josephsilber/bouncer sind unter anderem: 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.