Libraries tagged by user activation
fen9li/laravel-user-activation
32 Downloads
Package for Laravel user account activation.
assada/laravel-user-verification
40 Downloads
User Email Verification For Laravel
bannister/user-bundle
307 Downloads
A customizable Symfony-based user bundle for user registration, activation, authentication, and password resetting.
anomaly/users_module_activation_check-extension
856 Downloads
A security check extension that assures users are activated.
onge/user-manager
45 Downloads
User management tools - registration, activation, authorization, password recovery, security. Made for developers
youclickmedia/activation-batch-resend
0 Downloads
Resend activation email for unactivated users
wp-user-manager/wpum-extension-activation
181 Downloads
Simple drop-in library for WPUM Addons to check for WP User Manager version requirements and license registration.
sarcoma/users
59 Downloads
User log in, authentication and account activation.
anomaly/activation_security_check-extension
3690 Downloads
A security check extension that assures users are activated.
rorikurniadi/laravel-activator
13 Downloads
Laravel activator provides activation & resend activation account
asconsulting/member_autoactivate
151 Downloads
Allows for auto-activation of members on the Contao Open Source CMS
cortex/auth-tenantable
54 Downloads
Cortex Auth is a frontend layer for the powerful authentication, authorization and verification package rinvex/laravel-auth on top of Laravel. It has all required controllers, views, routes, and other required assets to run a fully functional user management system with complete dashboard out of the box.
cortex/auth-b2b2c2
942 Downloads
Cortex Auth B2B2C2 (Business to Business, Business to Customer, Business to Business to Customer) is a complementary module for cortex/auth which is frontend layer for the powerful authentication, authorization and verification package rinvex/laravel-auth on top of Laravel.
samkitano/aktiv8me
185 Downloads
User Activation by email for Laravel 5.5
kruegge82/billbee-php-sdk-api
14 Downloads
Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.