Download the PHP package eximius/laravel-nincomply-sso without Composer
On this page you can find all versions of the php package eximius/laravel-nincomply-sso. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eximius/laravel-nincomply-sso
More information about eximius/laravel-nincomply-sso
Files in eximius/laravel-nincomply-sso
Package laravel-nincomply-sso
Short Description Nincomply SSO package for Laravel Framework
License MIT
Homepage https://github.com/eximius/laravel-nincomply-sso
Informations about the package laravel-nincomply-sso
Nincomply SSO package for Laravel Framework
Nincomply SSO package for Laravel Framework
Installation
You can install the package via composer:
You need to add the following parameters to your .env file and their appropriate values, you must have created an account on Nincomply and obtained the SSO credentials before you can do this.
(Optional) You may publish the config file with:
This is the contents of the published config file:
Usage
To get the redirect URL where users will get to sign in using their Nincomply account credentials.
OR
You may use the Nincomply Facade
To get the access token. This is when the user gets redirected back to your website after signing in on the Nincomply SSO, there
will be a code
parameter in the URL, that is what you need to get the access token.
To get the details of the authenticated user, you will need the access token from the request above.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
- Kazeem Asifat
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-nincomply-sso with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0