[Feature Request] Make SSO login URL and Image Server URL really configurable #815
Labels
bug
complexity/low
This task has a low complexity level
core/auth
Issues related to authentication flow
good first issue
Good for newcomers
as #800 (comment)
Everything else should be configurable in the .env file
hard-coded URL was find in
https://github.com/eveseat/services/blob/master/src/Socialite/EveOnline/Provider.php#L60
https://github.com/eveseat/eveapi/blob/master/src/Commands/Seat/Tokens/Upgrade.php#L73
https://github.com/eveseat/eseye/blob/master/tests/Fetchers/GuzzleFetcherTest.php#L221
For a Serenity instance, it's good to make them configurable via
.env
fileEVE_SSO_HOST
also hard-coded URL
https://github.com/eveseat/services/blob/master/src/Image/Eve.php#L72
it's good to make them configurable too
The text was updated successfully, but these errors were encountered: