summaryrefslogtreecommitdiff
path: root/app/models/authorization.rb
AgeCommit message (Expand)Author
2019-06-15install rubocop railsmo
2018-10-27RFC-7009 - revoked associated grant and tokens.mo
2018-10-15fix linter errors.mo
2018-10-15support PKCE extension on tokens endpointmo
2018-10-15record code_challenge and code_challenge_methodmo
2018-10-13fix some linter errorsmo
2018-10-12allow token type choicemo
2018-09-24use jekyll to generate API documentation.mo
2018-09-23add auditingmo
2018-09-18exchange -> issue_token_tomokha
2018-09-09exchange refresh token for access token.mo
2018-09-09fix lint errors.mo
2018-09-09fix linter errors.mo
2018-09-09exclude inactive tokens.mo
2018-09-09exchange a code for an access/refresh tokenmo
2018-09-09raise error when token has already been revoked.mo
2018-09-09revoke the code after it is used.mo
2018-09-05expire authorization grant in 10 minutes.mo
2018-09-04generate an authorization code on save.mo
2018-09-04build page to allow a user to authorize a clientmo