Libraries tagged by logio

logicbrush/silverstripe-sitemappage

4 Favers
5982 Downloads

A module for the SilverStripe CMS which produces a page listing every (public) page on your site.

Go to Download


x-graphql/field-middleware

0 Favers
6437 Downloads

Adding custom logics before and after when resolving fields

Go to Download


webkul/code-generator

41 Favers
2025 Downloads

module lets you generate models, controller, helpers in seconds so that you can focus more on application logic

Go to Download


webfox/laravel-inertia-dataproviders

21 Favers
3220 Downloads

Data providers to encapsulate logic for Inertia views

Go to Download


upmind/provision-provider-base

3 Favers
5026 Downloads

This library contains all the base interfaces, classes and logic to create provision category and provider classes, and register them for use in a laravel application.

Go to Download


unb-libraries/saml_features

0 Favers
19093 Downloads

Add UNB Libraries login features to SAML-Authenticated sites

Go to Download


symfony/symfony1

6 Favers
104838 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!

Go to Download


smith197/steamauthentication

448 Favers
527 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.

Go to Download


smartsupp/php-partner-client

2 Favers
26016 Downloads

API client allows to register and login (obtain API key) from Smartsupp partner API.

Go to Download


rolfhaug/laravel-magic-link

6 Favers
5468 Downloads

Create magic login links to let users log in to any route with a URL (without password)

Go to Download


rekalogika/reconstitutor

4 Favers
2655 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.

Go to Download


plan2net/sierrha

5 Favers
8183 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.

Go to Download


php-extended/php-ldap-filter-interface

0 Favers
175707 Downloads

A library that provides logic for ldap filter manipulation

Go to Download


php-extended/php-ldap-dn-interface

0 Favers
175953 Downloads

A library that provides logic to manipulate (ldap) distinguished names

Go to Download


passbase/passbase-php

9 Favers
28532 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

Go to Download


<< Previous Next >>