# users-example **Repository Path**: mirrors_CakeDC/users-example ## Basic Information - **Project Name**: users-example - **Description**: An example application using CakeDC/Users - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CakeDC Users Example An example application using CakeDC/Users, with social login, two-factor authentication, reCaptcha and Rbac rules configured. ## Installation 1. Clone the repository ```bash git clone git@github.com:CakeDC/users-example.git cd users-example ``` 2. Install with composer ```bash composer install --prefer-dist ``` 3. Setup your database info at config/app.php, see Datasources.default 4. At config/.env, set your facebook/twitter credentials for social login and reCaptcha credentials. 5. Execute setup script, this run the needed migrations and create demo users and articles. ```bash ./setup.sh ApasswordForAllDemoUsersToUseAtLoginPage ``` Now you can access the app with one of the following users using the password you choosed: - user1 - user2 - admin1 - admin2