v2.1.4
Pathfinder Updates:
- Upgrades CCP SSO login flow to be OAuth2.0 compliant
Dependency Changes:
- Migrates ESI API client from tyrheimdalleve/pathfinder_esi:2.1.1 to goryn-clade/pathfinder_esi:2.1.2
Breaking Changes:
- "PF" Database:
esiAccessToken
column in thecharacter
table has had a charset change from varchar256 to text - app/environment.ini: new variable
CCP_SSO_JWK_CLAIM
that should contain the value of the access tokeniss
claim (i.e, the hostname/URI of Eve's SSO) - pathfinder_esi dependency: has been changed from tyrheimdalleve/pathfinder_esi to goryn-clade/pathfinder_esi
Upgrading:
If you use docker-compose you should check the upgrade guide.