Libraries tagged by digito
born-digital/islandora_iiif_hocr
4021 Downloads
Islandora support for hOCR markup in IIIF manifests
blackbit_digital_commerce/pimcore-single-sign-on
7262 Downloads
Single-sign on plugin for Pimcore. Supports OpenID and LDAP. SAML and OAuth2 coming soon
blackbit_digital_commerce/pimcore-iframe-portlet
4116 Downloads
Add portlets to embed websites to Pimcore dashboards
blackbit_digital_commerce/pimcore-bundle-manager
12709 Downloads
Enables bundles for pimcore projects (replacement for bin/console pimcore:bundle:enable)
az-digital/az-quickstart-dev
29196 Downloads
Composer require-dev dependencies for AZ Quickstart projects.
az-digital/az-icons
15241 Downloads
Supplementary Icon Set for the University of Arizona.
az-digital/arizona-bootstrap
64949 Downloads
University of Arizona theme for Bootstrap.
digiaonline/json-helpers
57623 Downloads
Exception-based wrappers for json_encode and json_decode
digiaonline/instance-factory
47333 Downloads
A factory for constructing objects from arrays of properties
digiaonline/graphql-relay
7038 Downloads
Relay support for digiaonline/graphql
walletable/walletable
1530 Downloads
A package to create e-wallets for managing and analysing digital financial assets per entity in your laravel application.
teakowa/cryptomute
26205 Downloads
Encrypt numeric data (binary, decimal, hex) preserving it's format (eg. 16-digits card number to 16-digits encrypted number).
setasign/seta-pdf-signer-addon-global-sign-dss
5058 Downloads
A SetaPDF-Signer component signature module for the GlobalSign Digital Signing Service.
pixxio/pixxio-extension
4058 Downloads
Integrate pixx.io DAM Digital Asset Management into TYPO3. Use files from your pixx.io media pool with TYPO3 easily and without any detour. Use the search field to search through your pixx.io media library and find the right picture in a flash.
passbase/passbase-php
29183 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