Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v0.0.4
rodauth-oauth
Browse files
Jun 13, 2020
bumped to 0.0.4
· f269bf7e
Tiago
authored
Jun 13, 2020
View commits for tag v0.0.4
v0.0.4
f269bf7e
Merge branch 'issue-17' into 'master'
· 5930cbcf
HoneyryderChuck
authored
Jun 13, 2020
5930cbcf
updated documentation
· 2dc8296e
Tiago
authored
Jun 13, 2020
2dc8296e
added support for granting tokens using the jwt-bearer assertion
· 32a5ac84
Tiago
authored
Jun 13, 2020
32a5ac84
extending lines
· b4869277
Tiago
authored
Jun 13, 2020
b4869277
missing tests for one of the latest features
· fbdb7dac
Tiago
authored
Jun 13, 2020
fbdb7dac
Jun 12, 2020
Merge branch 'issue-19' into 'master'
· 99911d99
HoneyryderChuck
authored
Jun 12, 2020
99911d99
allow to override where to get the access token from (Default authorization...
· 1ea75d7c
Tiago
authored
Jun 13, 2020
1ea75d7c
Merge branch 'issue-18' into 'master'
· ecadb9ad
HoneyryderChuck
authored
Jun 12, 2020
ecadb9ad
added documentation for server metadata
· b925b583
Tiago
authored
Jun 13, 2020
b925b583
added optional endpoint for oauth server metadata
· e54f1585
Tiago
authored
Jun 12, 2020
e54f1585
added jwks uri to oauth-jwt
· 61c09197
Tiago
authored
Jun 12, 2020
61c09197
fix envvar for jwt lib
· 15e03049
Tiago
authored
Jun 12, 2020
15e03049
Jun 08, 2020
Merge branch 'issue-16' into 'master'
· fc10cca7
HoneyryderChuck
authored
Jun 08, 2020
fc10cca7
fixed jruby small fail
· 762253ba
Tiago
authored
Jun 09, 2020
762253ba
added documentation for introspection
· 3655f399
Tiago
authored
Jun 09, 2020
3655f399
added support for client_secret_basic auth method; responding with 401 if...
· b1948087
Tiago
authored
Jun 08, 2020
b1948087
added entry stating support for the token introspection method
· 48d7187b
Tiago
authored
Jun 08, 2020
48d7187b
fixing unexisting method in ruby 2.3
· e6e1d7c2
Tiago
authored
Jun 08, 2020
e6e1d7c2
jwt: caching token, overwrite to support the introspect endpoint
· afdc17b3
Tiago
authored
Jun 08, 2020
afdc17b3
supporting the introspect endpoint.
· 09eca83b
Tiago
authored
Jun 08, 2020
09eca83b
properly initializing db for tests, no need to set the var
· 7e105970
Tiago
authored
Jun 08, 2020
7e105970
refactored the jwt integration module, used it to write a more meaningful introspection test
· 1c243d5b
Tiago
authored
Jun 08, 2020
1c243d5b
Jun 05, 2020
added tests for introspect
· 8f08ce2e
Tiago
authored
Jun 05, 2020
8f08ce2e
bumped to 0.0.3
· 43e610ff
Tiago
authored
Jun 05, 2020
View commits for tag v0.0.3
v0.0.3
43e610ff
use_oauth_implicit_grant_type -> use_oauth_implicit_grant_type?
· 0a26ad5d
Tiago
authored
Jun 05, 2020
0a26ad5d
fixing usage of pub/priv keys to encrypt/decrypt the jwt token
· fb70afa4
Tiago
authored
Jun 05, 2020
fb70afa4
fixing illegal yaml
· 9c0c40c8
Tiago
authored
Jun 05, 2020
9c0c40c8
changed name of controller used in tests, thereby fixing some autoload issue...
· d663b270
Tiago
authored
Jun 05, 2020
d663b270
fixing location of sqlite db as memory
· 0e3a34e2
Tiago
authored
Jun 05, 2020
0e3a34e2
taking the first slash into account when matching oauth applications
· fcfd6728
Tiago
authored
Jun 05, 2020
fcfd6728
jwt: changed decoding to public, secret to key
· 48cb012f
Tiago
authored
Jun 05, 2020
48cb012f
Jun 04, 2020
Merge branch 'json-jwt' into 'master'
· 89603ac7
HoneyryderChuck
authored
Jun 04, 2020
89603ac7
sending the client id in the jwt as well
· bc3d8a2c
Tiago
authored
Jun 04, 2020
bc3d8a2c
rescue from decoding jwt issues
· 4626f476
Tiago
authored
Jun 04, 2020
4626f476
simplifying the API for the oauth_jwt feature, removing needless overwritable tokens
· da223231
Tiago
authored
Jun 04, 2020
da223231
condensed ruby-jwt specific logic inside decode/encode functions
· 70b0a663
Tiago
authored
Jun 04, 2020
70b0a663
setting account requirement as a before callback of both authorize and revoke actions
· 76c2fdf0
Tiago
authored
Jun 04, 2020
76c2fdf0
moved before callbacks to also include the GET method, and be called before...
· b9a34308
Tiago
authored
Jun 04, 2020
b9a34308
Merge branch 'master' of gitlab.com:honeyryderchuck/rodauth-oauth
· 7e40cb78
Tiago
authored
Jun 04, 2020
7e40cb78
Loading