Commit Graph

135 Commits

Author SHA1 Message Date
AJ ONeal cf5c106f64 correct logout 2017-11-29 05:30:22 +00:00
AJ ONeal 23db17a31e accept scope as array, use scope as delimited string 2017-11-29 04:17:43 +00:00
AJ ONeal 989dbfb150 Merge branch 'v1.2-next' of git.oauth3.org:OAuth3/oauth3.js into v1.2-next 2017-11-29 02:09:39 +00:00
AJ ONeal ff6d9665e2 default broker is new.oauth3.org 2017-11-29 02:09:00 +00:00
AJ ONeal 2587d03860 fix trailing slash 2017-11-28 02:26:31 +00:00
AJ ONeal 39c0c775ed get issuer via rpc 2017-11-25 09:10:54 +00:00
AJ ONeal 18170e94f4 Merge remote-tracking branch 'origin/rpc' into v1.2-next 2017-11-25 08:39:37 +00:00
AJ ONeal c9c45ebe4e fix syntax error 2017-11-25 08:32:13 +00:00
AJ ONeal 687391e56b Merge branch 'rpc' into v1.2-next 2017-11-25 08:21:45 +00:00
AJ ONeal 6a131f6650 add broker 2017-11-25 08:21:17 +00:00
AJ ONeal 9f48a44958 merge rpc 2017-11-25 08:15:44 +00:00
AJ ONeal be9e8852b8 WIP respond to RPC 2017-11-25 08:09:57 +00:00
AJ ONeal d015e66f17 WIP request rpc 2017-11-25 07:46:37 +00:00
AJ ONeal 77c64df163 Merge branch 'discover-pixel' into v1.2-next 2017-11-24 01:28:23 +00:00
AJ ONeal fcca994c65 fix parseSubject 2017-11-24 01:27:24 +00:00
AJ ONeal e27af15485 Merge branch 'no-timeout' into v1.2-next 2017-11-24 01:00:20 +00:00
AJ ONeal 6225b1e2fe better error message 2017-11-24 00:59:37 +00:00
AJ ONeal 9298776620 ws 2017-11-24 00:50:26 +00:00
AJ ONeal 2c0b757c13 no timeout 2017-11-24 00:49:35 +00:00
AJ ONeal f6017e7e49 test oauth3 support via pixel 2017-11-23 07:25:35 +00:00
John Shaver d13728dd3d Initial scope discover. Needs testing and renaming. 2017-11-20 08:26:52 -08:00
John Shaver 1e459ce186 WIP started trying some things with scope discovery. 2017-11-15 21:39:10 -08:00
AJ ONeal e6fa1d5314 Merge branch 'v1.2' 2017-11-16 05:30:53 +00:00
AJ ONeal 0a980fd560 urls for otp 2017-11-14 23:39:14 +00:00
tigerbot 2438081487 fixed `this` scoping problem introduced with `_getCached` fix 2017-11-13 13:56:58 -07:00
tigerbot 4d4d1af45d cleaned up all uses of `_getCached` on hooks
the _getCached function disappeared when the hooks were re-written, but some
of the places that still relied on the old way of things still survived
2017-11-08 19:03:28 -07:00
tigerbot 6acb027b3a added more information to request errors 2017-10-25 14:13:01 -06:00
tigerbot 081b2a23de added ability to define request timeout 2017-10-25 14:12:41 -06:00
tigerbot 815ba04d37 Merge branch 'issuer-rewrite' 2017-10-19 16:59:28 -06:00
tigerbot d7d07b841a made the jwt `freshness` function work with non-expiring tokens 2017-10-19 15:27:35 -06:00
tigerbot 26e9a1c08b fixed bug clearing old session fields in session refresh 2017-10-12 12:10:42 -06:00
tigerbot 704337e30b changed error handling to try providing most useful messages 2017-09-28 13:50:52 -06:00
aj db284fbf91 allow setting cookie session to fail 2017-09-01 16:18:42 +00:00
aj 1fe8733a06 allow Cookies with CORS requests (TODO: only for assets) 2017-08-30 21:47:13 +00:00
aj 7bb0fca116 set cookie 2017-08-30 19:23:33 +00:00
aj a5742d1a2a add progress 2017-08-25 23:47:31 +00:00
aj bf71399d12 keep package vars even when then instance is changed 2017-08-23 16:16:18 +00:00
aj 5f68ea19e2 don't set all keys to undefined 2017-08-18 17:44:09 +00:00
aj 8961a4e519 separate client init from options init 2017-08-16 21:44:36 +00:00
aj 4d80074046 org.oauth3 -> oauth3.org 2017-08-15 20:21:54 +00:00
aj 9a7aa3261f allow multipart forms. add package api handler 2017-08-12 02:09:28 +00:00
aj 84505d1b0e Merge branch 'master' of git.daplie.com:OAuth3/oauth3.js 2017-08-10 20:35:59 +00:00
aj 52675f84c7 update docs and ng api 2017-08-10 20:35:24 +00:00
AJ ONeal 26ea3d931e setIssuer = setIdentityProvider; setAudience = setResourceProvider; 2017-08-09 11:28:03 -06:00
tigerbot c250ab07f4 Merge branch 'master' into issuer-rewrite
# Conflicts:
#	oauth3.issuer.js
2017-08-07 10:55:43 -06:00
aj dac7c3936f Merge branch 'master' into v1.1 2017-08-02 01:52:27 +00:00
aj 9c093ca3a1 match exact hostname for same-origin discovery 2017-08-02 01:06:33 +00:00
tigerbot 623d94e045 misc bug fixes 2017-08-01 15:08:21 -06:00
tigerbot 197c0fdcb2 changed how the default session/directive storage works 2017-07-31 16:42:22 -06:00
tigerbot 5a5488f504 changed the API for most of the crypto functions
thus far I don't think anyone uses those functions so this should be safe
2017-07-28 13:02:36 -06:00