An open API service indexing awesome lists of open source software.

https://github.com/devsavage/slim-skeleton-auth


https://github.com/devsavage/slim-skeleton-auth

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Slim Skeleton Auth
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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.