Download the PHP package lamhuyvu92/valentin-laravel-aws-cognito without Composer
On this page you can find all versions of the php package lamhuyvu92/valentin-laravel-aws-cognito. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lamhuyvu92/valentin-laravel-aws-cognito
More information about lamhuyvu92/valentin-laravel-aws-cognito
Files in lamhuyvu92/valentin-laravel-aws-cognito
Package valentin-laravel-aws-cognito
Short Description A Laravel guard for AWS Cognito user pools
License MIT
Homepage https://github.com/lamhuyvu92/valentin-laravel-aws-cognito
Informations about the package valentin-laravel-aws-cognito
lamhuyvu92/valentin-laravel-aws-cognito
Introduction
This library contains a Laravel guard and authentication implementation for AWS Cognito user pools.
Requirements
This library package requires PHP 7.0 or later
Installation
Installing via Composer
The recommended way to install is through Composer.
Next, run the Composer command to install the latest version:
Usage
Add the service provider to the providers array in config/app.php
.
Add the middleware to either the middleware groups or the middleware array in app/Http/Kernel.php
.
Publish then edit the config file.
Edit the config/auth.php
file:
Copyright
Reference from pmill/laravel-aws-cognito Copyright (c) 2018 valentin ([email protected])
All versions of valentin-laravel-aws-cognito with dependencies
laravel/framework Version ^5.4
pmill/aws-cognito Version ^0.2.1