nodeSolidServer/solid-auth-client

Warn when using HTTP instead of HTTPS

Opened this issue · 1 comments

See solid-contrib/profile-viewer-tutorial#4

Cause found by @steven-borruso :

Found the "problem" ... my bad ... wasn't hitting my sample app site url with https ... was using http ... seems to be working ... can login now ... thx !

I ran into this issue again today, when using solid-auth-client. It looks like it needs to specifically be deployed to a server, accessed in Chrome, and not use ssl for this issue to occur. I was using the .Login function, not the popup.

It would be excellent if we could downgrade the error to a warning instead of blocking the action entirely with a JS error.