Download the PHP package laravelevetools/eve-socialite-provider without Composer
On this page you can find all versions of the php package laravelevetools/eve-socialite-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravelevetools/eve-socialite-provider
More information about laravelevetools/eve-socialite-provider
Files in laravelevetools/eve-socialite-provider
Package eve-socialite-provider
Short Description Implements eve's SSO authentication.
License GPL-2.0
Informations about the package eve-socialite-provider
EVE Online Socialite Provider
Dedicated Socialite provider for laravel based on SeAT's service eveseat/services/socialite
Just without all the other SeAT stuff.
Installation
Install the composer package. Laravel will automatically call the service provider.
You will need to get application and client key from Eve's Devloper Portal
You can store the values in your .env file.
Make sure you register the client_id, secret and callback url in config/services.php
Usage
In your controller you will need two functions. A redirect, and a callback function. make sure in your routes, you define the same callback route as in the developer portal.
All versions of eve-socialite-provider with dependencies
laravelevetools/eveimages Version ^1.0
socialiteproviders/manager Version ^4.0
web-token/jwt-easy Version ^2.1
web-token/jwt-signature-algorithm-ecdsa Version ^2.1
web-token/jwt-signature-algorithm-hmac Version ^2.1
web-token/jwt-signature-algorithm-rsa Version ^2.1
laravel/framework Version ^7.0|^8.0|^9.0