achedeuzot / ueberauth_auth0

Auth0 OAuth2 strategy for Überauth.
https://hexdocs.pm/ueberauth_auth0
MIT License
71 stars 46 forks source link

Parse scopes as space delimited from token response #233

Closed adammohammed closed 1 year ago

adammohammed commented 1 year ago

The scopes returned in the token response were space-delimited, so the String.split/3 wasn't creating the list as expected.

This is will break client code depending on a single item list though, should it be configurable?

Addresses #232