Libraries tagged by Account management
codeperl/account-module
150 Downloads
User account management for laravel. A modular approach.
fastybird/accounts-module
1205 Downloads
FastyBird IoT accounts module for application accounts & access management
sentdm/whats-app-business-management-api
0 Downloads
The WhatsApp Business Management API allows you to programmatically manage your WhatsApp Business Account assets, such as message templates and phone numbers.
cloudinary/account-provisioning
5 Downloads
Accounts with provisioning API access can create and manage their **product environments**, **users** and **user groups** using the RESTful Provisioning API. Provisioning API access is available [upon request](https://cloudinary.com/contact?plan=enterprise) for accounts on an [Enterprise plan](https://cloudinary.com/pricing#pricing-enterprise). The API uses **Basic Authentication** over HTTPS. Your **Provisioning Key** and **Provisioning Secret** are used for the authentication. These credentials (as well as your ACCOUNT_ID) are located in the [Cloudinary Console](https://console.cloudinary.com/pm) under **Settings > Account > Provisioning API Access**, or they can be obtained from the provisioning environment variable available on your Cloudinary Console [Dashboard](https://console.cloudinary.com/pm/developer-dashboard). The Provisioning API has dedicated SDKs for the following languages: * [JavaScript](https://github.com/cloudinary/account-provisioning-js) * [PHP](https://github.com/cloudinary/account-provisioning-php) * [Java](https://github.com/cloudinary/account-provisioning-java) Useful links: * [Provisioning API reference (Classic)](https://cloudinary.com/documentation/provisioning_api_1)
weijiajia/apple-client
4 Downloads
A powerful PHP client for interacting with Apple services
strykeslammerii/selftermination-sprinkle
21 Downloads
A UserFrosting sprinkle providing 1) redaction of basic user personal data during account deletion 2) a button to delete user's own account
enindu/slender
55 Downloads
Low-level rapid web development environment based on Slim framework
rockbuzz/lara-memberships
6 Downloads
Account member management
zpearl/yii2-users-module
10 Downloads
Fork from vova07/yii2-users-module The users module for Yii framework.
zestfule/user
0 Downloads
Symfony Reusable User Bundle
vrok/vrok-premium
3 Downloads
Handle available features for users/accounts/etc.
necrox87/yii2-avatar
146 Downloads
Avatar management module
divad942/yii2-avatar
23 Downloads
Avatar management module
codefire/cfusermgmt
13 Downloads
The users module for Yii framework
cloudinary/permissions
3 Downloads
Accounts with Permissions API access can manage custom permission policies. These policies assign permissions for a principal, allowing the principal to perform a specific action on a designated resource within a particular scope (your account or a product environment). Refer to the [Permissions API guide](permissions_api_guide) for instructions on what to specify in the `policy_statement` to control Cloudinary activities, and to the Cedar schema, which defines the possible values for principals, actions, and resources. The API uses **Basic Authentication** over HTTPS. Your **Provisioning Key** and **Provisioning Secret** are used for the authentication. These credentials (as well as your ACCOUNT_ID) are located in the [Cloudinary Console](https://console.cloudinary.com/pm) under **Settings > Account > Provisioning API Access**. The Permissions API has dedicated SDKs for the following languages: * JavaScript * PHP * Java