Commit Graph

87 Commits

Author SHA1 Message Date
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
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
AJ ONeal abb788780d bugfix: refresh session and assign sub from sub, acs.id, or axs[0].appScopedId 2017-03-22 20:13:06 -04:00
AJ ONeal c359ed6ea9 bugfix: cache empty session (without session) 2017-03-22 18:00:41 -06:00
AJ ONeal 5ed05f03cf Merge remote-tracking branch 'origin/signing' into v1.0 2017-03-22 10:00:47 -06:00
AJ ONeal 01fbffd6c2 update api for storage and order of operations 2017-03-22 09:48:04 -06:00
AJ ONeal 5047fc1aff update sessions api 2017-03-21 17:33:03 -06:00
tigerbot 9cfd517880 Merge branch 'master' into signing 2017-03-21 14:09:45 -06:00
AJ ONeal cc4af8f95a basic node.js authentication tested 2017-03-21 01:02:41 -06:00
AJ ONeal afb021af9b playing around with node.js 2017-03-20 23:29:03 -06:00
tigerbot 06411918a7 changed jwt.verify to not directly use WebCrypto 2017-03-20 18:18:47 -06:00
AJ ONeal f2e6ea5890 test for window 2017-03-20 17:55:00 -06:00
AJ ONeal bbd75d63eb resolve providerUri on refreshToken 2017-03-16 15:41:33 -06:00
tigerbot 6ec723ec1f implemented verification of JWT signatures 2017-03-13 13:37:06 -06:00
tigerbot db9d8ff313 fixed a couple bugs found in the workflow examples 2017-03-07 14:55:27 -07:00
AJ ONeal 356a2d3131 fix _getCached 2017-03-02 13:08:14 -07:00
AJ ONeal f179cfe3c9 no session should be null, not '{}' 2017-03-02 00:49:22 -07:00
AJ ONeal 96a105c5f2 bugfix base64 replacement, session retrieval 2017-03-02 00:37:45 -07:00
AJ ONeal 1e0d129b8a bugfix api 2017-02-27 18:21:35 -07:00
AJ ONeal d261284acf Merge branch 'master' of git.daplie.com:Daplie/oauth3.js 2017-02-27 18:19:51 -07:00
AJ ONeal f7a7703b49 bugfix opts.staletime, support domains 2017-02-27 18:19:01 -07:00
drewwarren f0219f2a5f bugfix missing providerUri 2017-02-24 15:05:07 -05:00
drewwarren a839a68235 bugfix hooks; chimney 2017-02-24 14:18:45 -05:00