Affected Package
locorda_solid_auth, locorda_solid
Problem / Motivation
The solid auth package https://pub.dev/packages/solid_oidc_auth uses client id profile jsonld documents which is the recommended approach for apps. But it advises against using that on windows/linux because for those platforms we would have to add localhost to the redirect urls which is considered unsafe normally.
Proposed Solution
Research what the best practice for Linux/Windows really is and enable (and test) that approach. Make sure, those platforms are supported for the Solid backend as well
Alternatives Considered
No response
Additional Context
No response
Affected Package
locorda_solid_auth, locorda_solid
Problem / Motivation
The solid auth package https://pub.dev/packages/solid_oidc_auth uses client id profile jsonld documents which is the recommended approach for apps. But it advises against using that on windows/linux because for those platforms we would have to add localhost to the redirect urls which is considered unsafe normally.
Proposed Solution
Research what the best practice for Linux/Windows really is and enable (and test) that approach. Make sure, those platforms are supported for the Solid backend as well
Alternatives Considered
No response
Additional Context
No response