Libraries tagged by logio
smartsupp/php-partner-client
35347 Downloads
API client allows to register and login (obtain API key) from Smartsupp partner API.
rolfhaug/laravel-magic-link
7418 Downloads
Create magic login links to let users log in to any route with a URL (without password)
rekalogika/reconstitutor
7745 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.
plan2net/sierrha
14143 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-sap/common
18192 Downloads
Exceptions and abstract classes containing logic for PHP/SAP that is not specific to the underlying PHP module.
php-extended/php-ldap-filter-interface
179934 Downloads
A library that provides logic for ldap filter manipulation
php-extended/php-ldap-dn-interface
180176 Downloads
A library that provides logic to manipulate (ldap) distinguished names
passbase/passbase-php
31605 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
o-ba/username
1347 Downloads
Login provider to login with username only.
nystudio107/craft-disqus
18172 Downloads
Integrates the Disqus commenting system into Craft CMS websites, including Single Sign On (SSO) and custom login/logout URLs
networkteam/neos-frontendlogin
17456 Downloads
A Neos package for building up member areas with frontend login
mix-code/filament-multi-2fa
1213 Downloads
Implementing Email OTP and Authenticator App 2FA Logic with Trusted Devices Support
miniorange/oauth-laravel-free
2998 Downloads
Laravel OAuth Single Sign On Solution. Make yourLaravel application as OAuth Client using this plugin. Laravel end users can login into Laravel application using their OAuth Provider / Server credentials.
mathematicator-core/vizualizator
3162 Downloads
Core logic for elegant graphic visualization. Render to SVG, PNG, JPG and Base64.
magomogo/time-dependency
73559 Downloads
Library containing clock object for TDD of time dependent logic