Libraries tagged by user log

bpocallaghan/impersonate

8 Favers
12684 Downloads

Debugging a problem and need to login as one of your customers? This allows you to authenticate as any of your customers.

Go to Download


rinvex/laravel-statistics

216 Favers
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.

Go to Download


rolfhaug/laravel-magic-link

6 Favers
7365 Downloads

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

Go to Download


codingms/view-statistics

2 Favers
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).

Go to Download


tituspijean/flarum-ext-auth-ldap

20 Favers
5511 Downloads

Allow users to log in through LDAP.

Go to Download


nomiscz/flarum-ext-auth-wechat

14 Favers
2272 Downloads

Allow users to log in with WeChat

Go to Download


codemonkey1988/be-static-auth

1 Favers
41207 Downloads

Adds a button to backend login that automatically creates an admin user and log in using it.

Go to Download


flarum/auth-twitter

6 Favers
91809 Downloads

Allow users to log in with Twitter.

Go to Download


flarum/auth-github

10 Favers
92054 Downloads

Allow users to log in with GitHub.

Go to Download


flarum/auth-facebook

11 Favers
91879 Downloads

Allow users to log in with Facebook.

Go to Download


smith197/steamauthentication

451 Favers
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.

Go to Download


creativestyle/magesuite-ui-bookmark-cleaner

0 Favers
25306 Downloads

Clean bookmarks of logged user

Go to Download


mediawiki/auth-remoteuser

8 Favers
21278 Downloads

Automatically logs-in users if they are already authenticated by a remote source. (e.g. environment variable REMOTE_USER)

Go to Download


dsoares/rcguard

27 Favers
3525 Downloads

Roundcube plugin that enforces reCAPTCHA for users that have too many failed logins

Go to Download


passbase/passbase-php

10 Favers
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

Go to Download


<< Previous Next >>