This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/functional
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
..
config client: load full clients w/ LoadableClient 2016-06-08 11:31:50 -07:00
repo refresh tokens: store and validate scopes. 2016-06-14 14:14:36 -07:00
db_test.go refresh tokens: store and validate scopes. 2016-06-14 14:14:36 -07:00
dexctl_test.go functional: don't fail if postgres or ldap isn't availabl 2016-02-25 11:57:26 -08:00
ldap_test.go Functional tests for LDAP Connection Pool 2016-06-03 11:04:58 +02:00