306 Commits

Author SHA1 Message Date
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
dd0b257038 Merge branch 'patch-1' into 'master'
Fix README.md typo in example.

See merge request !1
2017-03-24 06:02:55 +00: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
fe1b512678 reduced the size of the fallback file 2017-03-21 17:27:52 -06:00
tigerbot
ac89cb7904 implemented the core crypto functions for node 2017-03-21 17:16:40 -06:00
tigerbot
9cfd517880 Merge branch 'master' into signing 2017-03-21 14:09:45 -06:00
AJ ONeal
cf6c1b9e5a add submodule 2017-03-21 11:00:18 -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
1008d0f6a3 Merge branch 'master' of git.daplie.com:OAuth3/oauth3.js 2017-03-20 17:56:17 -06:00
AJ ONeal
dbd2647941 beginning of node support 2017-03-20 17:55:55 -06:00
AJ ONeal
847e8c2a6a begining of node support 2017-03-20 17:55:27 -06:00
AJ ONeal
f2e6ea5890 test for window 2017-03-20 17:55:00 -06:00
tigerbot
695df45a1d changed crypto functions to not directly use WebCrypto 2017-03-20 17:41:20 -06:00
tigerbot
01580dd6b3 implemented dynamic loading of fallback crypto functions 2017-03-20 16:11:14 -06:00
AJ ONeal
a2c4e718fd script to bump versions 2017-03-20 13:48:34 -06:00
AJ ONeal
d382464caf oauth3.js as package name for now 2017-03-20 13:44:04 -06:00
AJ ONeal
fcb2bdcd45 v1.0.0 v1.0.0 2017-03-20 13:41:12 -06:00
AJ ONeal
813410d6b5 don't break angular's promise :) 2017-03-20 13:40:29 -06:00
tigerbot
740c973afc added ECDSA features to crypto fallback 2017-03-17 17:14:47 -06:00
AJ ONeal
b2a992d2d5 more dns stuff 2017-03-17 14:17:37 -06:00
AJ ONeal
bbd75d63eb resolve providerUri on refreshToken 2017-03-16 15:41:33 -06:00
AJ ONeal
02bb01fdf4 note the need for limitations on refresh token 2017-03-16 17:23:19 -04:00
AJ ONeal
64393a540d add devices:list, devices:remove, and tunnel.token 2017-03-15 23:48:39 -06:00
AJ ONeal
d64699977e add dns listing 2017-03-15 03:38:18 -06:00
tigerbot
e8e9b961a4 implemented first of the fallback crypto functions 2017-03-14 14:33:11 -06:00
tigerbot
6ec723ec1f implemented verification of JWT signatures 2017-03-13 13:37:06 -06:00
tigerbot
4b63e38c1f changed all stored base64 strings to url safe 2017-03-13 12:42:37 -06:00
tigerbot
bde3c2ca33 add an encrypted user secret key to the stored object 2017-03-13 12:42:29 -06:00
tigerbot
db9d8ff313 fixed a couple bugs found in the workflow examples 2017-03-07 14:55:27 -07:00
tigerbot
29967cde19 fixed some spelling errors in the README 2017-03-07 14:54:08 -07:00
tigerbot
68cecb7c96 added unencrypted public key to the localStorage 2017-03-07 14:42:02 -07:00
tigerbot
9ec66a10b2 implemented storage of the encrypted private ECDSA JWK 2017-03-07 11:17:09 -07:00
tigerbot
338f62439a implemented ability to sign tokens with random key generated every time 2017-03-06 15:13:29 -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
a2a6a9bcb1 implicit -> core 2017-03-02 00:44:14 -07:00
AJ ONeal
96a105c5f2 bugfix base64 replacement, session retrieval 2017-03-02 00:37:45 -07:00
AJ ONeal
eff1fd1127 return list of domains exactly 2017-02-28 14:55:04 -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