- Apr 14, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix crypto-stubs.js to include embedded versions of prng and rng, also improve RP output and fiddle with the JSAPI a bit. now an assertion is represented as an object where .jwt is the signed jwt blob, and convenience keys are populated from the blob
-
Lloyd Hilaiel authored
-
mhanson@gmail.com authored
Conflicts: authority/static/dialog/crypto-stubs.js
-
mhanson@gmail.com authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
take a step back. remove the server component from the RP, just use static resources and cross domain XHR. the in-repo test RPs should be as simple as possible
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
clean up webfinger support in authority: use mustache for templating cause it's hot, include Subject tag, support & expect acct: prefix
-
Lloyd Hilaiel authored
-
mhanson@gmail.com authored
-
mhanson@gmail.com authored
-
mhanson@gmail.com authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Apr 13, 2011
-
-
mhanson@gmail.com authored
-
mhanson@gmail.com authored
-
Lloyd Hilaiel authored
-
mhanson@gmail.com authored
-
Lloyd Hilaiel authored
fix set_key wsapi on authority, now properly associates a NEW key with an EXISTING email address owned by the currently authenticated user
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
implement 'identity sync' which basically triggers client re-keying of identities that the server knows about but the client doesn't. Also invalidates ids that the user has removed (probably on another device). Also this is the proper place for revocation and key refresh to occur. one transaction + one per key reset (though that could be consolidated)
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
refactor code a bit to move connect setup into run.js of the specific server. this will make it easier to figure out how to run servers both standalone and in the test harness
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
add 'this is not me' link to clear localStorage/logout. add 'addEmailAddress' client flow to associate a new email with your account.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Apr 12, 2011
-
-
mhanson@gmail.com authored
-
mhanson@gmail.com authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
implement kick over from create acct to signup for account if acct already exists. also focus the users input properly when they land on the auth dialog
-
- Apr 11, 2011
-
-
Lloyd Hilaiel authored
-