Libraries tagged by thin user table
chuoke/laravel-user-identify
20 Downloads
Laravel multi identifier auth provider to thin user model/table.
a909m/filament-statefusion
33415 Downloads
Filament StateFusion is a powerful FilamentPHP plugin that seamlessly integrates Spatie Laravel Model States into the Filament admin panel. This package provides an intuitive way to manage model states, transitions, and filtering within Filament, enhancing the user experience and developer productivity.
passbase/passbase-php
37564 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
brand3000/nova-roles-and-permissions
32 Downloads
This package allows separating roles for admins and other types of users while stored in the same users table. Additionally, it provides functionality for managing permissions (reader/editor) for the admins of a project powered by Laravel Nova.
emadha/laravel-dynamic-config
1195 Downloads
This Package makes it possible for users to have their config files stored in a database table, making it easier to customize these values from UI.
mystamyst/tablenice
23 Downloads
Effortlessly create beautiful, interactive data tables for your Laravel applications with this intuitive Livewire component. Built with Tailwind CSS and Alpine.js, it delivers a seamless developer experience while providing users with responsive, feature-rich tables that enhance any web application.
metabolism/wp-redis-user-session-storage
57 Downloads
Store WordPress user session tokens in Redis rather than the usermeta table. Requires PECL Redis library.
ethitter/wp-redis-user-session-storage
44 Downloads
Store WordPress session tokens in Redis rather than the usermeta table. Requires the Redis PECL extension.
adnen/php-crud-with-cli
0 Downloads
This is a simple PHP CLI application that performs basic CRUD (Create, Read, Update, Delete) operations on a user table in a MySQL database using PDO (PHP Data Objects). The script interacts with the database through a Command-Line Interface (CLI) and outputs results as JSON in the terminal.
bolt/browsercheck
157 Downloads
💻 This Bolt extension works with the User-Agent to detect devices (desktop, tablet, mobile, etc.), clients, operating systems, brands and models.
das-l/contao-last-editor-bundle
8 Downloads
Stores and shows which backend user last edited an item. The tables for which this is recorded can be configured.
cryental/laravel-dynamic-config
8 Downloads
This Package makes it possible for users to have their config files stored in a database table, making it easier to customize these values from UI.
pilabrem/dblog
13 Downloads
Package for logging users actions on database and enable to know who has created, updated or delete some line in a table and see data before this action
aliirfaan/laravel-simple-audit-log
213 Downloads
This package creates a database table to save audit logs and exposes events to log user actions.
aliirfaan/laravel-simple-access-log
35 Downloads
This package creates a database table to save access logs and exposes events to log user access.