bshaffer / oauth2-server-php-docs

documentation for the oauth2-server-php library
231 stars 148 forks source link

JWT scope attributes should be separated by space #65

Closed jonnybbb closed 9 years ago

jonnybbb commented 9 years ago

According to the JWT OAuth2 spec the scope attribute is a list of space separated values, instead of comma as mentioned in the docs .

bshaffer commented 9 years ago

the docs are incorrect, we represent scope as a space-delimited format. Thanks for reporting this, I'll update the docs.