Libraries tagged by account
facturascripts/facturascripts
12 Downloads
Open source ERP software. Built on modern PHP and bootstrap 4. Easy and powerful.
iconscout/laravel-auditing-elasticsearch
9367 Downloads
A elasticsearch driver for the owen-it/laravel-auditing package. Allows storage of the audits in elasticsearch.
websemantics/vimeo-upload
286 Downloads
Upload videos to your Vimeo account and update their metadata directly from a browser or a Node.js app.
wapacro/laravel-msgraph-mail
7168 Downloads
Laravel mail driver to send emails using Microsoft Graph, supporting both personal accounts as well as work/school accounts (365/Exchange)
vladelio/pragmaxmlgenerator
5824 Downloads
A package for Laravel to generate importable XML for Pragma accounting system.
unikka/login-as
16848 Downloads
Plugin for the Neos CMS that enables users to login with other accounts for support reasons e.g.
tomatophp/tomato-crm
1581 Downloads
full accounts manager with API/Notifications/Contacts to manage your contacts and accounts
texxasrulez/persistent_login
2665 Downloads
This server-side plugin is useful for all Roundcube users who don’t like to log into their e-mail account each time they open their browser. The plugin stores a persistent login cookie which automatically logs the user in the next time he or she visits the Roundcube web mailer.
terminal42/contao-autoregistration
4663 Downloads
Auto-login your users after their registration or account activation.
tastyigniter/ti-ext-socialite
1723 Downloads
Allows visitors to register/sign in with their social media accounts.
smith197/steamauthentication
530 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.
shootproof/php-sdk
36276 Downloads
The API comes free of charge with your ShootProof account and currently is only available in the form of JSON responses. Read up on the API documentation to discover the different methods that are available.
sfneal/socials
10724 Downloads
Eloquent Model and extensions for Social media accounts
sertxudeveloper/laravel-lockscreen
3104 Downloads
Package for locking the user account due to inactivity
passbase/passbase-php
29182 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