labbsr0x / whisper-client

Defines a script to be used when initializing a client app that communicates with hydra's oauth endpoints
MIT License
0 stars 1 forks source link

Introspect token api is expecting a space separated Scope list #24

Closed GabrielDev closed 4 years ago

GabrielDev commented 4 years ago

The wrong behavior has been identified at the following line, where the scopes are being url encoded:

https://github.com/labbsr0x/whisper-client/blob/1c65f6ca9e5276d290006bf57969015255e4bed9/client/client.go#L124

Cheers!

eabili0 commented 4 years ago

Thanks @GabrielDev, will look into it right now!

eabili0 commented 4 years ago

Not a bug.