-
995d70e3b1
fixed cache bug, enabled logout
AJ ONeal
2017-02-15 14:28:33 -07:00
-
5c9e36d569
add logout api
AJ ONeal
2017-02-15 14:05:14 -07:00
-
42a8097b41
add filetree
AJ ONeal
2017-02-15 11:09:08 -07:00
-
53b5e30dc2
update README
AJ ONeal
2017-02-15 10:50:53 -07:00
-
394f01d84e
freshness check rename
AJ ONeal
2017-02-14 16:19:46 -07:00
-
90a0f1306b
update docs
AJ ONeal
2017-02-14 16:19:21 -07:00
-
f1fd4d82a2
chimney
AJ ONeal
2017-02-14 15:06:38 -07:00
-
735f3e0cc6
chimney
AJ ONeal
2017-02-14 14:51:28 -07:00
-
69a92fc2fd
seems to work...
AJ ONeal
2017-02-14 14:37:04 -07:00
-
ab4dfdce58
WIP implicit grant complete
AJ ONeal
2017-02-14 12:53:03 -07:00
-
4dd07c9f80
WIP window/iframe reuse
AJ ONeal
2017-02-14 12:30:35 -07:00
-
5a73cb1413
better logging
AJ ONeal
2017-02-14 10:37:11 -07:00
-
d6e29cd0fa
WIP frameRequest refactor (iframe, window.open)
AJ ONeal
2017-02-14 10:37:00 -07:00
-
458649d073
add callback
AJ ONeal
2017-02-13 17:57:03 -07:00
-
4acad44297
WIP framing refactor
AJ ONeal
2017-02-13 17:53:54 -07:00
-
bbc557c349
WIP implicit-grant-only in a single file
AJ ONeal
2017-02-13 15:22:06 -07:00
-
4657fcdb12
Merge branch 'v1' of git.daplie.com:Daplie/oauth3.js into v1
AJ ONeal
2017-02-13 12:57:03 -07:00
-
-
18092c8063
update implementation message
AJ ONeal
2017-02-13 12:56:54 -07:00
-
3bded28847
WIP cleanup and doc
AJ ONeal
2017-02-13 14:35:48 -05:00
-
a449358dd6
move .well-known/oauth3 to assets/org.oauth3/.well-known/oauth3
AJ ONeal
2017-02-13 14:34:26 -05:00
-
35e2a29e4c
refreshSession on login as well
AJ ONeal
2017-02-13 13:01:13 -05:00
-
1425d02f65
.meta -> .token
AJ ONeal
2017-02-13 12:46:12 -05:00
-
-
dc67f63856
Merge branch 'v1' of git.daplie.com:Daplie/oauth3.js into v1
AJ ONeal
2017-02-11 00:19:30 -05:00
-
-
a2b52b7619
cache directives, just a little bit
AJ ONeal
2017-02-11 00:19:17 -05:00
-
834c41e0d1
increase timeouts when debugging
AJ ONeal
2017-02-10 21:56:23 -07:00
-
-
7de254d597
don't redirect attack your client, duh!
AJ ONeal
2017-02-10 23:45:34 -05:00
-
23d9268627
bugfix, close window when done
AJ ONeal
2017-02-10 20:53:12 -07:00
-
c483058fa8
shortcut discover + authorization_dialog
AJ ONeal
2017-02-10 20:47:32 -07:00
-
4ca48db78b
move delete
AJ ONeal
2017-02-10 20:41:11 -07:00
-
3b655720c5
merge bugfixes
AJ ONeal
2017-02-10 20:24:50 -07:00
-
-
fbce24e14a
bugfixes
AJ ONeal
2017-02-10 20:23:57 -07:00
-
67f15aebed
bugfix
AJ ONeal
2017-02-10 22:23:21 -05:00
-
-
203bd24368
Freaking Works!
AJ ONeal
2017-02-10 21:34:00 -05:00
-
9448ffea6f
WIP provider separation, grant flow
AJ ONeal
2017-02-09 21:51:22 -05:00
-
e25398f213
chimney, bugfix, cleanup
AJ ONeal
2017-02-09 17:13:40 -05:00
-
9f923b5f65
WIP authorizationDecision
AJ ONeal
2017-02-09 00:11:12 -05:00
-
23ea5046bb
only assign Authorization when session exists
AJ ONeal
2017-02-08 16:47:29 -05:00
-
8a00e9c0cd
assign token AFTER refresh :)
AJ ONeal
2017-02-08 14:28:56 -05:00
-
dfeff76876
cleanup logs and debug statements
AJ ONeal
2017-02-08 10:37:29 -05:00
-
daf832cab5
cleanup
AJ ONeal
2017-02-08 04:27:36 -05:00
-
9af2f574c0
WIP refactor (refreshToken works)
AJ ONeal
2017-02-08 04:18:15 -05:00
-
7ae4d83cfe
refactor browser-only code
AJ ONeal
2017-02-08 00:48:07 -05:00
-
efd813a107
bugfix discover
AJ ONeal
2017-02-07 19:37:32 -07:00
-
3dcc52c428
fix client_uri in authorization_dialog
AJ ONeal
2017-02-07 19:24:44 -07:00
-
fb198ab8f0
fix urlsafeBase64 to base64
AJ ONeal
2017-02-07 18:31:05 -05:00
-
5fca582bbe
add consideration of URI vs URL vs Pathname
AJ ONeal
2017-02-07 14:19:57 -05:00
-
39d3955575
otp as password
AJ ONeal
2017-02-07 14:04:29 -05:00
-
f9dab83c58
update url gens
AJ ONeal
2017-02-07 12:23:30 -05:00
-
73405e6742
fix jQuery JSON POST/PUT/PATCH request, move lint to oauth3.lint.js
AJ ONeal
2017-02-06 20:10:24 -05:00
-
2d10171de7
handle nested search in hash and discover as index.html
AJ ONeal
2017-02-06 14:41:25 -07:00
-
4e225e95c9
consider rpc implementation
AJ ONeal
2017-02-06 14:26:59 -07:00
-
a43282fab6
secure state, api fix for discover(), url trailing slash fix
AJ ONeal
2017-02-06 13:26:46 -07:00
-
9962c72e60
merge master to v1
AJ ONeal
2017-02-06 11:41:01 -07:00
-
-
b6919f0955
move to towards discrete xd callbacks
AJ ONeal
2017-01-31 19:12:31 -07:00
-
578e2b7354
auto-refresh on request
AJ ONeal
2017-01-24 16:46:56 -05:00
-
0e7d7ecaea
fix url-safe base64 jwt encoding
AJ ONeal
2017-01-24 13:16:21 -07:00
-
6f86d6ea6c
add unsecured jwt
AJ ONeal
2017-01-24 13:10:16 -07:00
-
35f4708d9a
use appId || clientId
AJ ONeal
2017-01-24 10:43:46 -07:00
-
-
e9ee69a178
add queryparse
AJ ONeal
2017-01-23 12:51:34 -07:00
-
7e864920b8
fix non-angular promise test
AJ ONeal
2017-01-20 17:56:30 +00:00
-
4c5d57fd8c
add refreshToken
AJ ONeal
2017-01-19 01:23:08 +00:00
-
30d62f94e0
add refreshToken, cleanup scopestringify
AJ ONeal
2017-01-19 01:08:07 +00:00
-
cecda1c36b
Merge branch 'master' of git.daplie.com:Daplie/oauth3.js
AJ ONeal
2017-01-18 22:56:38 +00:00
-
-
403dabc43f
add jquery wrapper
AJ ONeal
2017-01-18 22:56:07 +00:00
-
2199d78451
ignore 'undefined' rather than stringify
AJ ONeal
2017-01-18 16:24:30 -05:00
-
-
67d589f6cf
fix regression - re-export querystringify
AJ ONeal
2017-01-18 16:01:17 -05:00
-
3195b52dce
add oauth3.js even though it has browser-specific code
AJ ONeal
2017-01-18 10:25:13 -05:00
-
4b041ca0cf
jwk is already the standard for public key ;)
AJ ONeal
2017-01-18 04:37:54 -05:00
-
9bb628b2a7
use otp as oauth2.password
AJ ONeal
2017-01-18 04:31:00 -05:00
-
268d12372d
adjust loginCode and resourceOwnerPassword
AJ ONeal
2017-01-18 04:26:49 -05:00
-
3d199e6516
placeholder for device pub key and agent
AJ ONeal
2017-01-17 22:58:36 -05:00
-
386abb9121
add brief README.md
AJ ONeal
2017-01-17 22:46:01 -05:00
-
ef303aa2bc
move core utils and url gens to own file
AJ ONeal
2017-01-17 22:29:46 -05:00