You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oauth4webapi enforces HTTPS on every request, so the auth-code + PKCE +
DPoP flow could not talk to a local Community Solid Server over plain
HTTP. Rather than guessing which issuers are loopback, expose a global
switch consumers toggle themselves.
InsecureConfiguration.allow() is deprecated on purpose so the security
implication shows up at the call site.
Also replaces the unconditional allow in BearerTokenProvider, and covers
ClientCredentialsTokenProvider, which had no way to reach a local
issuer at all.
0 commit comments