seatplus / auth
SeAT plus package that handles authentication agnostic to SeAT plus usage as pure API or Web
Installs: 3 731
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 6
Type:seatplus-package
Requires
- php: ^8.1
- laravel/framework: ^10.0
- laravel/socialite: ^5.0
- seatplus/eveapi: ^3.0
- socialiteproviders/eveonline: ^4.0
- spatie/laravel-permission: ^5.4
Requires (Dev)
- driftingly/rector-laravel: ^0.17.0
- nunomaduro/collision: ^7.0
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- rector/rector: ^0.15.21
- 4.x-dev
- 3.x-dev
- 3.0.0
- 2.x-dev
- 2.0.1
- 2.0.0
- 1.x-dev
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.0
- 0.6.1
- 0.6.0
- 0.5.1
- 0.5.0
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.1
- 0.2.0
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.1
- 0.1.0
- dev-dependabot/composer/rector/rector-tw-1.2.4
- dev-fix/return_type
- dev-dependabot/composer/spatie/laravel-permission-tw-6.9
This package is auto-updated.
Last update: 2024-11-14 21:21:47 UTC
README
handels authentication for web and eveapi
Usage
Add more scopes
By default the minimal scopes are requested for users. However one might add scopes to an existing user by adding a query parameters stating comma separated which scopes should be add:
/eve/sso/{character_id?}/step_up?add_scopes=scope1,scope2