Download the PHP package kirschbaum-development/laravel-socialite-cognito without Composer
On this page you can find all versions of the php package kirschbaum-development/laravel-socialite-cognito. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kirschbaum-development/laravel-socialite-cognito
More information about kirschbaum-development/laravel-socialite-cognito
Files in kirschbaum-development/laravel-socialite-cognito
Package laravel-socialite-cognito
Short Description A custom AWS Cognito driver for Laravel Socialite
License MIT
Informations about the package laravel-socialite-cognito
Laravel package to store historical data
This package is a custom AWS Cognito driver for Laravel Socialite.
Installation
You can install the package via composer:
Usage
Once you install the package, add the next config values in you config/services.php
configuration file:
Then, you can use the driver as you would use it in the Laravel Socialite's official documentation. Use cognito
keyword when you want to instantiate the driver:
The default scopes are:
You can add more scopes or override the default ones by using scopes
or setScopes
methods like the official documentation shows (link)
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover any security related issues, please email [email protected] or [email protected] instead of using the issue tracker.
Sponsorship
Development of this package is sponsored by Kirschbaum Development Group, a developer driven company focused on problem solving, team building, and community. Learn more about us or join us!
License
The MIT License (MIT). Please see License File for more information.