Libraries tagged by Authroization
noraziz/ci4-aauth
11 Downloads
Aauth is a User Authorization Library for CodeIgniter 4.x, the original version https://github.com/emreakay/CodeIgniter-Aauth
nassajis/instagram-php-scraper
93 Downloads
Instagram PHP Scraper. Get account information, photos and videos without any authorization
mr-timofey/laravel-simple-tokens
3819 Downloads
Simple token and cache based user authentication and authorization
mostbyte/auth
217 Downloads
Mostbyte authorization system from identity service
mmv/auth-low
37 Downloads
Authentication, Authorization, Session, User
metaclassing/php7-laravel5-enterpriseauth
408 Downloads
Provides authentication, authorization, and accounting for enterprise laravel 5.5+ apps.
memdev/laravel-frontend-policy
628 Downloads
Using Laravel's authorization on the front-end.
martinmulder/openapi-crowdstrike-falcon-php
30 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
lum/lum-auth
7 Downloads
Authentication and authorization related libraries
longman/laravel-dummyuser
3349 Downloads
Package to implement dummy user authorization (without database) for Laravel 5.x
locomotivemtl/charcoal-user
13351 Downloads
User definition, authentication and authorization.
lithemod/csrf
8 Downloads
The CSRF (Cross-Site Request Forgery) middleware in Lithe protects your application from attacks that attempt to perform actions on behalf of the user without their authorization.
leuverink/blade-hints
12 Downloads
Easily spot missing authorization checks in Blade
lbausch/laravel-fortress
745 Downloads
Roles and Permissions for Laravel's Authorization
laxo/authecticate-system
6 Downloads
The PHP JWT Authorization Class provides a straightforward way to manage user authentication and authorization using JSON Web Tokens (JWT). This class is designed to handle token generation, validation, and user session management seamlessly, ensuring secure and efficient authentication for your application.