Resolved! Api won't accept scope of `openid+read....`, which makes it impossible to use Auth0 libraries
Hi there, Following the docs I've gotten to the point where I can't make any requests with the `@auth-spa-js` Auth0 client, since it default attaches `openid` to the beginning of the scope on any request. Thus, when trying to login with this client, ...