Libraries tagged by hide tab
moharrum/laravel-adminer
995 Downloads
Adminer database management tool for your Laravel application.
micayael/php-extras
6311 Downloads
Funciones extras sobre el core de php
outhebox/nova-fields-agent
903 Downloads
This field give the ability to hide fields from your resources table on mobile screens for a better responsive concept
zirak/hide-history
9 Downloads
Hide history tab in CMS for non-admin users. Workaround for issue 1120 [https://github.com/silverstripe/silverstripe-cms/issues/1120]
dd/evolutioncms-plugins-managermanager-mm_hideempty
0 Downloads
A widget for ManagerManager plugin that allows to hide all empty sections and tabs.
lukeme/laravel-adminer
4 Downloads
Adminer database management tool for your Laravel application. modify by luke
shakepeers/no-toc
30 Downloads
The NoTOC MediaWiki extension hides the table of contents by default.
charm/orm
6 Downloads
Maps database tables to objects. Doesn't hide SQL.
codepeak/magento2-module-searchtermscleanup
36 Downloads
Hide hacking attempts and junk from Search Terms table (search_query)
beewilly/hive_cpt_cnt_bs_tab_collapse
3715 Downloads
hive_cpt_cnt_bs_tab_collapse
laravel-enso/tables
50381 Downloads
Data Table library with server-side processing and a VueJS component
laravel-enso/vuedatatable
23141 Downloads
Data Table library with server-side processing and a VueJS component
kepex/laravel-crud-generator
15676 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
datatables.net/datatables.net-fixedcolumns
5227 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables
passbase/passbase-php
30468 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