Libraries tagged by admin auth
hamkamannan/adminigniter
325 Downloads
Complete Authentication and Authorization system for CodeIgniter4 HMVC with Premium Admin LTE
dereuromark/cakephp-tinyauth-backend
362 Downloads
A CakePHP plugin for DB based authentication and authorization handling
delgont/armor
53 Downloads
Armor is a high‑performance Laravel package for managing user roles and permissions. It provides a flexible, cache‑friendly system to define, assign, and enforce permissions across your application, making route and action protection seamless and efficient.
argora/loom
22 Downloads
Loom – unified control panel for managing domains, DNS zones, servers, and resellers
vrigzalejo/usermanager
119 Downloads
User Manager w/ Sentry 2.1 in Laravel 4.1 / 4.2
contenir/errors-laminas-mvc
65 Downloads
Laminas MVC adapter for contenir/errors — swaps the default error rendering with admin-authored per-status pages.
contenir/errors
65 Downloads
Framework-agnostic admin-authored error-page content for Contenir CMS — admin writes per-status titles and bodies, Site renders.
a2zwebltd/laravel-newsletter
34 Downloads
A portable Laravel newsletter / broadcast-mailing engine — admin-authored mailings to registered users and external subscribers, approval → schedule → send workflow, per-recipient tracking, double opt-in subscribe/verify/unsubscribe flow, queued delivery with rate limiting, mail templates, and Nova admin resources.
devhub/bypass-two-factorauth
170 Downloads
Using the Bypass Two Factor Auth, the store manager can disable the 2FA authorization for specific admin users chosen from the magento backend.
magestyapps/module-disable-2fa
73 Downloads
Disable Two Factor Authentication for specific admin users in Magento 2
esanj/managers
110 Downloads
The Manager package is responsible for handling OAuth2-based authentication and managing admin-level permissions.
dkpankaj1/adminkit
81 Downloads
A Laravel package for an admin dashboard kit with authentication, datatables, and UI components.
pmclain/magento2-tfa
8248 Downloads
Two Factor Authentication for Magento 2 Admin
cbeyersdorf/easybill
4 Downloads
The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.
miniorange/miniorange-saml
4940 Downloads
Typo3 SAML Single Sign-On (SSO) extension allows your users to login to your Typo3 site by authenticating with their SAML 2.0 IdP (Identity Providers). SAML Authentication extension for Typo3 extension allows SSO with Azure AD, Azure AD B2C, Keycloak, ADFS, Okta, Shibboleth, Salesforce, GSuite / Google Apps, Office 365, SimpleSAMLphp, OpenAM, Centrify, Ping, RSA, IBM, Oracle, OneLogin, Bitium, WSO2, NetIQ, ClassLink, FusionAuth, Absorb LMS and all SAML 2.0 capable Identity Providers into your Typo3 site. Typo3 SAML SSO extension by miniOrange provides features like Attribute Mapping, Group Mapping, and Role Mapping which helps to map user data from your IdP to Typo3. You can add an SSO Login Button on both your Typo3 frontend and backend (Admin Panel) login page with our extension.