0.0.2
Bug Fixes
DefaultScopeValidator – token scopes without a configured prefix now match correctly
Affected versions: 0.0.1
Symptom: When a scope prefix was configured (e.g. vehicle:), token scopes that carried
no prefix (e.g. SelfManage) were silently dropped from the filtered set before comparison.
This caused validation to fail with: Token does not have required scopes for endpoint
Full Changelog: 0.0.1...0.0.2