index
:
xlgmokha/proof.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
client.rb
Age
Commit message (
Expand
)
Author
2019-06-15
install rubocop rails
mo
2018-10-29
start to implement RFC-7592
mo
2018-10-27
RFC-7009 - check audience of token before revoking
mo
2018-10-21
use the redirect uri sent by the client
mo
2018-10-20
fix some linter errors
mo
2018-10-20
fix some linter errors
mo
2018-10-20
to primary key instead of uuid column
mo
2018-10-20
update client validations to support dynamic client registrations params
mo
2018-10-20
validate redirect_uri
mo
2018-10-20
save values to new columns via dynamic registration
mo
2018-10-20
drop sqlite support and move to pg
mo
2018-10-20
start to implement RFC7591 dynamic client registration
mo
2018-10-15
fix linter errors.
mo
2018-10-15
record code_challenge and code_challenge_method
mo
2018-10-13
validate redirect url
mo
2018-10-13
extract constant for URI regex
mo
2018-10-13
store client secrets as a bcrypt hash
mo
2018-10-13
add client validations
mo
2018-10-13
move validation methods to client
mo
2018-10-13
allow client to generate authorization instead of controller
mo
2018-10-13
open redirect_uri_path for extension
mo
2018-10-13
collapse redirect method
mo
2018-10-13
return error if response type is not known
mo
2018-10-13
refactor how redirect uri is generated
mo
2018-10-11
notify client of unsupported response types
mo
2018-10-11
add support for implicit grant
mo
2018-09-23
add auditing
mo
2018-09-18
fix some linter errors.
mo
2018-09-18
extract tokens controller
mo
2018-09-18
exchange -> issue_token_to
mokha
2018-09-16
authenticate client requests.
mo
2018-09-16
exchange token for client credentials.
mo
2018-09-05
include the state parameter.
mo
2018-09-04
save the authorization and redirect with the code.
mo
2018-09-04
build page to allow a user to authorize a client
mo
2018-09-04
create clients model
mo