Commit Graph

287 Commits

Author SHA1 Message Date
AJ ONeal 19b0e7a5d2 added some comments 2017-11-09 17:39:27 -07:00
AJ ONeal e99b9ff4d6 print help for sub-commands 2017-11-09 17:32:03 -07:00
AJ ONeal 83030fb416 print help for top-level commands and command sets 2017-11-09 16:54:47 -07:00
AJ ONeal 523f57944f Merge branch 'v1.2' into merge 2017-11-09 15:25:57 -07:00
AJ ONeal dedd851ff9 renamed 2017-11-09 15:25:19 -07:00
tigerbot 69d5cb382a v1.2.2 2017-11-07 13:17:39 -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 effee987be type: opts.selected -> opts.type 2017-08-23 17:10:54 +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 6b7fd877ec org.oauth3 -> oauth3.org 2017-08-15 20:23:07 +00:00
aj 4d80074046 org.oauth3 -> oauth3.org 2017-08-15 20:21:54 +00:00
tigerbot b60e9b8fce updated the directives for the new issuer API 2017-08-15 14:06:15 -06:00
aj 9a7aa3261f allow multipart forms. add package api handler 2017-08-12 02:09:28 +00:00
aj 80d462c231 add prototype docs 2017-08-10 21:15:54 +00:00
aj 937a681c5d update examples 2017-08-10 20:54:34 +00:00
aj 5b11e2bca2 typo fix 2017-08-10 20:39:35 +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 ee631b97c7 org.oauth3.provider -> issuer@oauth3.org 2017-08-02 02:30:43 +00:00
aj dac7c3936f Merge branch 'master' into v1.1 2017-08-02 01:52:27 +00:00
aj 0c0b85b1af Merge branch 'v1' into v1.1 2017-08-02 01:06:57 +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 516eda4ea6 signing the token for the client in the browser 2017-08-01 14:21:11 -06:00
tigerbot 5d42f3e2cc using stored grants before fetching them from the server 2017-08-01 14:13:36 -06:00
aj 2cc96fef6e org.oauth3 -> oauth3.org 2017-08-01 18:04:25 +00:00
tigerbot 39b8e19bae added hook to create new session with stored key 2017-08-01 11:47:19 -06:00
tigerbot e42079d856 changed default storage for grants and key pairs as well 2017-08-01 11:47:12 -06:00
aj 69add2a80f org.oauth3.provider -> issuer@oauth3.org 2017-08-01 17:28:27 +00:00
tigerbot 197c0fdcb2 changed how the default session/directive storage works 2017-07-31 16:42:22 -06:00
tigerbot 84a574e31b creating, publishing, and storing a key pair for remember_device 2017-07-28 17:55:19 -06:00
tigerbot 39c18ab184 added hooks to store key pairs in localStorage 2017-07-28 16:27:52 -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 1993853d0d removed some files that shouldn't have been committed 2017-07-28 10:54:56 -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