ConsumerDataStandardsAustralia / validation-prototype

Validation Prototype of Consumer Data Standards (fka conformance)
Other
9 stars 11 forks source link

JSON encoding/decoding for `scopes` in auth request are wrong. #30

Closed ajmcmiddlin closed 5 years ago

ajmcmiddlin commented 5 years ago

Currently scope uses the default encoding of a Set, which is a JSON list. However, scope should be a space separated string.

ajmcmiddlin commented 5 years ago

See feature/auth-request-encoding branch for fix. Waiting for #29 to get merged before checking this work, rebasing, and raising PR.