• 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
..
api Loading commit data...
email Loading commit data...
manager Loading commit data...
email_verification.go Loading commit data...
email_verification_test.go Loading commit data...
invitation.go Loading commit data...
invitation_test.go Loading commit data...
password.go Loading commit data...
password_test.go Loading commit data...
user.go Loading commit data...
user_test.go Loading commit data...
util.go Loading commit data...