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/user
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
..
api refresh tokens: store and validate scopes. 2016-06-14 14:14:36 -07:00
email *: remove in memory password info repo 2016-02-12 13:19:05 -08:00
manager *: fix tests that care about email case sensitivity 2016-03-01 14:09:10 -08:00
email_verification.go server: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
email_verification_test.go alternate approach to fixing tests 2016-05-27 00:22:27 +02:00
invitation.go server: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
invitation_test.go server: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
password.go user: fix password info JSON encoding to survive round trips 2016-02-23 16:25:56 -08:00
password_test.go alternate approach to fixing tests 2016-05-27 00:22:27 +02:00
user.go alternate approach to fixing tests 2016-05-27 00:22:27 +02:00
user_test.go *: remove in memory user repo 2016-02-12 13:19:05 -08:00
util.go *: move original project to dex 2015-08-18 11:26:57 -07:00