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, I get a `scope invalid` message, since the scope is `openid+read` instead of `read`. It seems they aren't planning on changing this, so is there any way for openid to be an expected scope? (source of them not planning to change it: https://github.com/auth0/auth0-spa-js/issues/433)