An authentication system using Slim 4 (in development)
Checkout the current roadmap for features.
You will need the following to get started:
- Web Server
- PHP 8.1 or newer
- URL rewriting enabled
- SSL certification in production. Check out HTTPS Is Easy for additional help.
- Node
- Composer
$ git clone https://github.com/devsavage/slim4-authentication.git your-project-name$ cd your-project-name && composer install$ npm installUpdate the .env file to your configuration
After your .env file's DB details are updated, run the command below
$ php .\vendor\bin\phinx migrateView the wiki for tips on finishing additional setup and view additional information on how to use this project.
Please report any vulnerabilities using the information found at: https://savagedev.io/security.txt
This project is licensed under the MIT License - see the LICENSE file for details