summaryrefslogtreecommitdiff
path: root/app/models/client.rb
AgeCommit message (Expand)Author
2019-06-15install rubocop railsmo
2018-10-29start to implement RFC-7592mo
2018-10-27RFC-7009 - check audience of token before revokingmo
2018-10-21use the redirect uri sent by the clientmo
2018-10-20fix some linter errorsmo
2018-10-20fix some linter errorsmo
2018-10-20to primary key instead of uuid columnmo
2018-10-20update client validations to support dynamic client registrations paramsmo
2018-10-20validate redirect_urimo
2018-10-20save values to new columns via dynamic registrationmo
2018-10-20drop sqlite support and move to pgmo
2018-10-20start to implement RFC7591 dynamic client registrationmo
2018-10-15fix linter errors.mo
2018-10-15record code_challenge and code_challenge_methodmo
2018-10-13validate redirect urlmo
2018-10-13extract constant for URI regexmo
2018-10-13store client secrets as a bcrypt hashmo
2018-10-13add client validationsmo
2018-10-13move validation methods to clientmo
2018-10-13allow client to generate authorization instead of controllermo
2018-10-13open redirect_uri_path for extensionmo
2018-10-13collapse redirect methodmo
2018-10-13return error if response type is not knownmo
2018-10-13refactor how redirect uri is generatedmo
2018-10-11notify client of unsupported response typesmo
2018-10-11add support for implicit grantmo
2018-09-23add auditingmo
2018-09-18fix some linter errors.mo
2018-09-18extract tokens controllermo
2018-09-18exchange -> issue_token_tomokha
2018-09-16authenticate client requests.mo
2018-09-16exchange token for client credentials.mo
2018-09-05include the state parameter.mo
2018-09-04save the authorization and redirect with the code.mo
2018-09-04build page to allow a user to authorize a clientmo
2018-09-04create clients modelmo