Commit Graph

108 Commits

Author SHA1 Message Date
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
tigerbot 28dbf9ab23 changed how grants are saved and how tokens are created for other clients 2017-07-26 18:15:09 -06:00
tigerbot 1ca6f0a324 updated how grants are retrieved 2017-07-26 16:27:03 -06:00
tigerbot c38554a9dd added check for non-expired refresh token for session refresh 2017-07-25 17:18:14 -06:00
Drew Warren 9574d9b982 Add subject to clientParams 2017-07-05 16:38:14 -06:00
AJ ONeal 1d639dc080 seth noticed a typo, fixed 2017-06-14 22:56:02 +00:00
AJ ONeal 2bf75a7429 add setIdentityProvider and setResourceProvider 2017-06-14 22:32:21 +00:00
AJ ONeal b9664e4e65 typo fix 2017-06-14 21:43:25 +00:00
AJ ONeal f10dee9167 use api url for refresh tokens 2017-05-30 01:14:09 +00:00
AJ ONeal 32609e20fa merge bugfixes 2017-05-29 17:57:29 -04:00
AJ ONeal 239980e5c2 use API url :) 2017-05-27 00:30:48 +00:00
AJ ONeal 372f633625 allow ppid from accounts token 2017-05-24 08:57:52 +00:00
AJ ONeal 985c65483a Merge branch 'master' into api-hostname 2017-05-24 08:48:31 +00:00
AJ ONeal 5e10e1893d remove moot session var 2017-05-24 08:48:07 +00:00
AJ ONeal 91cd5d87fd back-compat for accountless creds 2017-05-24 07:56:49 +00:00
AJ ONeal 45f8f640c8 normalize api urls 2017-05-24 03:25:09 +00:00
AJ ONeal ac47b7314d allow for api-hostname template 2017-05-24 01:00:07 +00:00
AJ ONeal 90e42e13d4 Merge branch 'master' of git.daplie.com:OAuth3/oauth3.js 2017-05-08 17:42:38 -06:00
AJ ONeal ec33e667b3 don't omit scope, duh 2017-05-08 23:39:56 +00:00
AJ ONeal 87ba1e4298 warn browser users loud and clear that only https is supported 2017-05-08 16:18:49 -06:00
AJ ONeal daa92fa829 add missing semis 2017-04-14 16:52:00 -06:00
AJ ONeal 3a805d071a set provider_uri and client_uri from session when manually setting 2017-04-05 19:02:06 -06:00
AJ ONeal f72c1a333c red herring strikes again - let's log the correct variable, eh? 2017-04-04 16:43:28 -06:00
AJ ONeal e8c631a416 Merge branch 'v1' 2017-03-29 17:23:24 -06:00
AJ ONeal 79ee4ba7da more login logic 2017-03-26 01:43:06 -06:00
AJ ONeal 8f773c9de4 don't set session without providerUri 2017-03-24 10:15:03 -06:00
AJ ONeal 4bdacf9770 accept providerUri and session on create 2017-03-24 10:13:15 -06:00
AJ ONeal f37d47b0d4 accept session as well 2017-03-24 09:59:22 -06:00