mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-28 18:15:30 +00:00
Scope is a space-delimited string per RFC 6749 §3.3. A token with "scope":[] indicates an issuer bug ([]string instead of SpaceDelimited in the claims struct). Adds array cases to the existing invalid test and explains the expected root cause.