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.3
rodauth-oauth
Browse files
Jun 05, 2020
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
changed namespace of rails generators
· b29895d4
Tiago
authored
Jun 04, 2020
b29895d4
added license
· 21158deb
Tiago
authored
Jun 04, 2020
21158deb
Jun 03, 2020
Merge branch 'issue-8' into 'master'
· b9f70f1b
HoneyryderChuck
authored
Jun 03, 2020
b9f70f1b
updated readme jruby message
· 1c6c7894
Tiago
authored
Jun 03, 2020
1c6c7894
added a few changes to better support jruby
· 369df2b3
Tiago
authored
Jun 03, 2020
369df2b3
testing against jwt master, as there's a ruby 2.3 fix there
· a2786627
Tiago
authored
Jun 03, 2020
a2786627
parametrized uri schemes to filter redirect_uri by
· 61dd85f5
Tiago
authored
Jun 03, 2020
61dd85f5
Jun 02, 2020
added documentation for the next release features
· 6042639a
Tiago
authored
Jun 03, 2020
6042639a
açphanumeric unsupported in ruby 2.3
· e074eca6
Tiago
authored
Jun 02, 2020
e074eca6
added jwe encryption support; allow to overwrite the jwt and jwt encode/decode...
· 6b9bb3af
Tiago
authored
Jun 02, 2020
6b9bb3af
consolidated and added tests for pky-jwk based jwt signatures
· 49f34026
Tiago
authored
Jun 02, 2020
49f34026
adding auth token verification, consolidating JWS/JWK logic
· f1091f32
Tiago
authored
Jun 02, 2020
f1091f32
added token generation test for jwt token, and draft implementation
· cd1c6715
Tiago
authored
Jun 02, 2020
cd1c6715
Jun 01, 2020
fixing token field in json from token generation, to access_token, as spec mandates
· 051219c3
Tiago
authored
Jun 01, 2020
051219c3
testing implicit grant with http mac
· 0b40017e
Tiago
authored
Jun 01, 2020
0b40017e
wrong extension
· 820a3b84
Tiago
authored
Jun 01, 2020
820a3b84
use positive?
· 4a133779
Tiago
authored
Jun 01, 2020
4a133779
running 2.3 in branches, to avoid these latest issues when merging to master
· d4101fdc
Tiago
authored
Jun 01, 2020
d4101fdc
fixing syntax error
· dff766ca
Tiago
authored
Jun 01, 2020
dff766ca
backporting suffix/prefix string methods
· 8c03609a
Tiago
authored
Jun 01, 2020
8c03609a
Merge branch 'http-mac' into 'master'
· c99747a5
HoneyryderChuck
authored
Jun 01, 2020
c99747a5
linting again
· 2488fb53
Tiago
authored
Jun 01, 2020
2488fb53
removed needless tests for http mac; added some other to verify signature
· 10b9b866
Tiago
authored
Jun 01, 2020
10b9b866
added proper require for proper authorization method header, when it's MAC;...
· 258c6d91
Tiago
authored
Jun 01, 2020
258c6d91
Loading