Libraries tagged by user log
bpocallaghan/impersonate
12684 Downloads
Debugging a problem and need to login as one of your customers? This allows you to authenticate as any of your customers.
rinvex/laravel-statistics
4041 Downloads
Rinvex Statistics is a lightweight, yet detailed package for tracking and recording user visits across your Laravel application. With only one simple query per request, important data is being stored, and later a cronjob crush numbers to extract meaningful stories from within the haystack.
rolfhaug/laravel-magic-link
7365 Downloads
Create magic login links to let users log in to any route with a URL (without password)
codingms/view-statistics
9182 Downloads
Logs frontend actions and display them in a backend module. Track page views, News, Downloads and custom objects. Optionally tracks frontend user logins and login durations. Alternative extension for Google-Analytics, Matomo, Piwik - this extension does not use any cookies! By default it does not track any personal data like IP address or even the user agent (though this can be activated optionally).
tituspijean/flarum-ext-auth-ldap
5511 Downloads
Allow users to log in through LDAP.
nomiscz/flarum-ext-auth-wechat
2272 Downloads
Allow users to log in with WeChat
codemonkey1988/be-static-auth
41207 Downloads
Adds a button to backend login that automatically creates an admin user and log in using it.
flarum/auth-twitter
91809 Downloads
Allow users to log in with Twitter.
flarum/auth-github
92054 Downloads
Allow users to log in with GitHub.
flarum/auth-facebook
91879 Downloads
Allow users to log in with Facebook.
smith197/steamauthentication
541 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.
creativestyle/magesuite-ui-bookmark-cleaner
25306 Downloads
Clean bookmarks of logged user
mediawiki/auth-remoteuser
21278 Downloads
Automatically logs-in users if they are already authenticated by a remote source. (e.g. environment variable REMOTE_USER)
dsoares/rcguard
3525 Downloads
Roundcube plugin that enforces reCAPTCHA for users that have too many failed logins
passbase/passbase-php
31444 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