- Mar 14, 2012
-
-
Lloyd Hilaiel authored
when setLoggedInUser is used, surpress events when the site's notion of a logged in user is the same as that of browserid
-
Lloyd Hilaiel authored
purge all references to old persistent/remember me functionality - create local storage that keeps track of where you're logged in - wire up login/logout events to fire as appropriate on page load
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Feb 29, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 13, 2012
-
-
Shane Tomlinson authored
-
- Jan 10, 2012
-
-
Gervase Markham authored
-
- Dec 20, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Dec 13, 2011
-
-
Shane Tomlinson authored
* Add a meta tag for screen width. * Add some CSS that mobile browsers will use to format correctly. close #747
-
- Nov 22, 2011
-
-
Shane Tomlinson authored
* Use [].slice instead of [].splice * Set a charset in the sample RP.
-
- Nov 16, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 15, 2011
-
-
Ben Adida authored
-
- Nov 11, 2011
-
-
Ben Adida authored
made relay iframe live for the length of the page, and localized some variables. Should now work on ios 5. Fixes #442
-
- Nov 09, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 04, 2011
-
-
Lloyd Hilaiel authored
remove CORS from repository. In-repo example now properly forwards requests to verifier from server. closes #245
-
- Oct 28, 2011
-
-
Lloyd Hilaiel authored
-
- Oct 20, 2011
-
-
Lloyd Hilaiel authored
include full origin (inc. scheme) in generated assertions. To preserve compatibility, allow the rp to omit scheme in post data, and subsequent to verification, return whatever the rp sent us. issue #82
-
- Aug 30, 2011
-
-
Shane Tomlinson authored
-
- Jul 21, 2011
-
-
Lloyd Hilaiel authored
verifier now accepts parameters over POST in addition to GET, use of the former is preferred and user identifiable data out of http logs. closes #96
-
- Jul 14, 2011
-
-
Lloyd Hilaiel authored
-
- Jun 21, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
return the string encoded JWT to the client, don't wrap it in a magic object as it might guide developers into trusting something that is untrustworthy. closes #33
-
- Jun 20, 2011
-
-
Lloyd Hilaiel authored
-
- Jun 18, 2011
-
-
Lloyd Hilaiel authored
-
- Jun 14, 2011
-
-
Lloyd Hilaiel authored
simplify verifier a bit to make it simpler to use either off the same domain as browserid.org OR on its own domain.
-
Lloyd Hilaiel authored
-
- May 03, 2011
-
-
Lloyd Hilaiel authored
in source urls are now all (interim == eyedee.me) live, the test harness subs in testing urls & hostnames
-
- May 02, 2011
-
-
mhanson@gmail.com authored
-
- Apr 14, 2011
-
-
Lloyd Hilaiel authored
-
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
-
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
-
- Apr 13, 2011
-
-
Lloyd Hilaiel authored
-
- Apr 08, 2011
-
-
Lloyd Hilaiel authored
-