summaryrefslogtreecommitdiff
path: root/app/models/token.rb
AgeCommit message (Expand)Author
2020-06-13Revoke tokens in a transactionmo khan
2019-06-15install rubocop railsmo
2018-10-28delegate to Token.revoked?(jti)mo
2018-10-28create the user info endpoint.mo
2018-10-27RFC-7009 - revoked associated grant and tokens.mo
2018-10-27RFC-7009 - check audience of token before revokingmo
2018-10-20to primary key instead of uuid columnmo
2018-10-13fix some linter errorsmo
2018-10-12allow token type choicemo
2018-09-23add auditingmo
2018-09-18attach current token to Currentmo
2018-09-18User.authenticate_token -> Token.authenticatemo
2018-09-18exchange -> issue_token_tomokha
2018-09-16exchange token for client credentials.mo
2018-09-09exchange refresh token for access token.mo
2018-09-09fix linter errors.mo
2018-09-09exchange a code for an access/refresh tokenmo
2018-09-09create token model.mo
2018-09-09create token model.mo