dex/functional/repo
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
..
client_repo_test.go client: add client manager 2016-05-19 16:20:12 -07:00
connector_repo_test.go *: remove in memory connector config repo 2016-02-12 13:19:05 -08:00
password_repo_test.go *: remove in memory password info repo 2016-02-12 13:19:05 -08:00
refresh_repo_test.go refresh tokens: store and validate scopes. 2016-06-14 14:14:36 -07:00
session_repo_test.go *: remove in memory session repos 2016-02-12 13:19:05 -08:00
testutil.go refresh tokens: store and validate scopes. 2016-06-14 14:14:36 -07:00
user_repo_test.go *: fix tests that care about email case sensitivity 2016-03-01 14:09:10 -08:00