Commit Graph

125 Commits

Author SHA1 Message Date
tigerbot 01580dd6b3 implemented dynamic loading of fallback crypto functions 2017-03-20 16:11:14 -06:00
tigerbot 740c973afc added ECDSA features to crypto fallback 2017-03-17 17:14:47 -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
drewwarren 05500a8243 Merge branch 'v1' of git.daplie.com:Daplie/oauth3.js into v1 2017-02-24 14:18:50 -05:00
drewwarren a839a68235 bugfix hooks; chimney 2017-02-24 14:18:45 -05:00
AJ ONeal 431bf019d8 bugfix error 2017-02-22 17:58:49 -07:00
drewwarren c4b44a249a bugfixes for real (not mock) 2017-02-21 20:38:45 -05:00
drewwarren 5066e16ea7 mocks to mock.js 2017-02-21 20:18:14 -05:00
AJ ONeal aac6275285 default to agreeing to terms 2017-02-21 18:08:23 -07:00
AJ ONeal ce0bdbd108 bugfix iframe login 2017-02-21 17:37:44 -07:00
AJ ONeal 6092408a3f bugfix 2017-02-21 17:05:23 -07:00
AJ ONeal 6a56024c74 bugfixes from file renames 2017-02-21 16:54:37 -07:00
AJ ONeal 0b93cdc2fa cleanup 2017-02-21 16:46:49 -07:00
AJ ONeal 0a88802854 cleanup 2017-02-21 16:46:26 -07:00
AJ ONeal 8add6390fe cleanup 2017-02-21 16:46:07 -07:00
AJ ONeal f7a57f08d9 fix missing query.parse 2017-02-21 16:36:41 -07:00
AJ ONeal 4eb078424a update docs 2017-02-21 15:32:45 -07:00
AJ ONeal 1d97d05eaa add .well-known as a link 2017-02-21 14:28:42 -07:00
AJ ONeal 49a31349db move .well-known to be visible even on OSX and Linux 2017-02-21 14:27:35 -07:00
AJ ONeal 9fd9ac70e7 rename oauth3.implicit.js to oauth3.core.js 2017-02-21 14:23:22 -07:00
AJ ONeal 0f81884a5d move older files to prefactor (for reference) 2017-02-21 14:21:09 -07:00
AJ ONeal b1ddf92e76 add helpers 2017-02-21 14:18:41 -07:00
AJ ONeal ae97b30b6f clean up 2017-02-21 14:18:09 -07:00
AJ ONeal c356d61598 ws 2017-02-21 13:26:35 -07:00
AJ ONeal 51df65a0dd bugfix: must call atob/btoa from window context 2017-02-21 12:22:38 -07:00
AJ ONeal 7a3d5777e0 bugfix: must call atob/btoa from window context 2017-02-21 12:19:47 -07:00
AJ ONeal 8710a751ed clean up 2017-02-21 12:15:58 -07:00
AJ ONeal c2b6a91716 clean up, clean up, everybody everywhere 2017-02-21 11:49:41 -07:00
AJ ONeal bb6bcd826e complete redirect flow 2017-02-20 15:22:48 -07:00
Drew Warren c2370d9b76 WIP oauth3.issuer.js 2017-02-20 11:12:48 -07:00
AJ ONeal 460274017b support logout 2017-02-15 20:09:58 -05:00
AJ ONeal 23d65ec4da create account if none exists 2017-02-15 20:09:31 -05:00
AJ ONeal 84612050c7 logout works 2017-02-15 15:01:27 -07:00