OAuth2 Bug report

I’ve used rauth in the example I shared, it has scope without space.


In [4]: params = {'scope': 'openid all', 'response_type': 'code', 'redirect_uri': redirect_uri}