dex/integration
Bobby Rullo 32a1994a5e refresh tokens: store and validate scopes.
A refresh request must fail if it asks for scopes that were not
originally granted when the refresh token was obtained.

This Commit:

* changes repo to store scopes with tokens
* changes repo interface signatures so that scopes can be stored and
  verified
* updates dependent code to pass along scopes
2016-06-14 14:14:36 -07:00
..
admin_api_test.go workerschema: move Client.Revoke to RefreshClient 2016-06-07 17:16:11 -07:00
client_api_test.go client: load full clients w/ LoadableClient 2016-06-08 11:31:50 -07:00
common_test.go client: load full clients w/ LoadableClient 2016-06-08 11:31:50 -07:00
oidc_test.go refresh tokens: store and validate scopes. 2016-06-14 14:14:36 -07:00
user_api_test.go refresh tokens: store and validate scopes. 2016-06-14 14:14:36 -07:00