Libraries tagged by admin login
alexkratky/authx
20 Downloads
Class to authentification users.
alasamber/dcat-auth-google-2fa
5 Downloads
Dcat-Admin auth verification by Google 2FA / Dcat-Admin 登录 Google 2FA两步验证
hector-del-rio/yii2-attache
124 Downloads
Will ease up the pains of combining yii2-user and yii2-admin extensions.
acacha/acacha-socialite
26 Downloads
Add social login/authentication to your Laravel app in a breeze using Laravel socialite
pawan/failedlogin
24 Downloads
Log Admin login failed in custom log file
magenettic/module-ip-whitelist
0 Downloads
IP whitelist for admin login in Magento 2
xeslogin/xeslogin
7 Downloads
this is xueerrsi admin common login sdk
speed-cloud/ms_entra_id
5 Downloads
Allow admins to log in to their Blesta account via Microsoft Entra ID.
henrymanyonyi/laravel-impersonation
43 Downloads
Allows admin users to log in as client accounts securely. This package is designed to work seamlessly with Laravel Jetstream and Livewire stacks.
devkokov/impersonate
1039 Downloads
A Craft 3 plugin that allows non-admin users to log in as other non-admin users, on a per user group basis.
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.
andersbjorkland/facebook-oauth-extension
14 Downloads
👍 The Facebook Oauth Extension allows you to login to your admin interface with Facebook.
learncodeweb/activitylog
18 Downloads
Activity log will manage all the activity of the web page by user. This package is best to track user activity in any admin/user panel after login. tested with Laravel 8,9,10,11
gvp/gvp-laravel-template
2 Downloads
A Laravel React starter template with local login links and default admin/user seed data.
eyadcsdev/auth-core
15 Downloads
Laravel authentication starter kit with Inertia React, social login, roles & permissions, passwordless auth, and admin user management.