Libraries tagged by logi
symfony/symfony1
105409 Downloads
Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application's business rules, server logic, and presentation views. It contains numerous tools and classes aimed at shortening the development time of a complex web application. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!
smith197/steamauthentication
529 Downloads
SteamAuthentication is a basic set of PHP files that enable users to login using their steam account to view protected content on your website. it creates a session using their steamid as the sessionID and checks for the session when a user visits the page. It also includes a file which allows you to use their profile information such as their avatar and online status.
smartsupp/php-partner-client
27357 Downloads
API client allows to register and login (obtain API key) from Smartsupp partner API.
rolfhaug/laravel-magic-link
5668 Downloads
Create magic login links to let users log in to any route with a URL (without password)
rekalogika/reconstitutor
3248 Downloads
A thin layer above Doctrine events to help you reconstitute/hydrate your entities. The most common example being handling file uploads, but also many other purposes. It lets you augment Doctrine's hydration with your logic in a concise and expressive class.
portrino/shopware-hybrid-auth
10853 Downloads
Shopware plugin for social/ oauth2 login
plan2net/sierrha
8580 Downloads
404 'not found' and 403 'forbidden' error handlers. The 404 handler shows custom content for missing pages but not resources like CSS or JS. The 403 handler redirects to a login URL on unauthorized access.
php-extended/php-ldap-filter-interface
176295 Downloads
A library that provides logic for ldap filter manipulation
php-extended/php-ldap-dn-interface
176535 Downloads
A library that provides logic to manipulate (ldap) distinguished names
passbase/passbase-php
28956 Downloads
# Introduction Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: [[email protected]](mailto:[email protected]). A User submits a video selfie and valid identifying __Resources__ during a __Verification__ guided by the Passbase client-side integration. Once all the necessary __Resources__ are submitted, __Data points__ are extracted, digitized, and authenticated. These Data points then becomes part of the User's __Identity__. The User then consents to share __Resources__ and/or __Data points__ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | [Identity](#tag/identity_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | [Resource](#tag/resource_model) | A source document used to generate the Data points for a User (E.g. Passport). | | [User](#tag/user_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication There are two forms of authentication for the API: • API Key • Bearer JWT Token
objective-php/validation
74407 Downloads
Validation logic component
nystudio107/craft-disqus
17175 Downloads
Integrates the Disqus commenting system into Craft CMS websites, including Single Sign On (SSO) and custom login/logout URLs
norbybaru/passwordless-auth
130 Downloads
Laravel Passwordless login - Magic link
networkteam/neos-frontendlogin
13490 Downloads
A Neos package for building up member areas with frontend login
magomogo/time-dependency
58394 Downloads
Library containing clock object for TDD of time dependent logic