https://github.com/devsavage/slim-skeleton-auth
https://github.com/devsavage/slim-skeleton-auth
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devsavage/slim-skeleton-auth
- Owner: devsavage
- License: mit
- Created: 2022-03-24T15:36:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T03:55:35.000Z (about 4 years ago)
- Last Synced: 2025-03-04T18:46:17.656Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slim Skeleton Auth
[](https://opensource.org/licenses/MIT)
This is the authentication module for [devsavage/slim-skeleton-base](https://github.com/devsavage/slim-skeleton-base)
## Features
- Includes Controllers to handle authentication routes, handles responses using the included views but usage of default views is optional (Additional setup required)
- Skeleton structure for easy customization and configuration
- Login and register users with minimal setup
- Defaults with username, email and password registration
- Easily create migrations to manage database structures; Add tables, columns etc. via command line
## Installation
Setup your [devsavage/slim-skeleton-base](https://github.com/devsavage/slim-skeleton-base) project and run the following command
```sh
composer require devsavage/slim-skeleton-auth
```
View the [Wiki](https://github.com/devsavage/slim-skeleton-auth/wiki) for the next steps to setup authentication.
## License
Licensed under MIT. You may use any or all parts of this project in any other project. See [LICENSE](LICENSE) for more information.