• Bobby Rullo's avatar
    refresh tokens: store and validate scopes. · 32a1994a
    Bobby Rullo authored
    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
    32a1994a
Name
Last commit
Last update
..
config Loading commit data...
repo Loading commit data...
db_test.go Loading commit data...
dexctl_test.go Loading commit data...
ldap_test.go Loading commit data...