Created
July 7, 2019 08:46
-
-
Save SimonShapiro/e8911023e8dfc7e0d0993e3e5f8f4028 to your computer and use it in GitHub Desktop.
Solid application authentication
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mentioned in gitter: your JWT needs to use "alg":"none" instead of "alg":"RS256" (that'll fix the 500), and your redirect_uri in the request doesn't match the one you registered (registered "http://localhost:8888/tree/", using "http://localhost:8888/tree"). try
next step, which will be hard without a browser, is logging in in the UI and getting a cookie.