YouID is a simple — but powerful — system for generating, managing, and controlling Web- and Internet-scale verifiable identity that's totally controlled by you. It makes you the master curator of your profile data and associated content indexes, without compromising your privacy.
The YouID browser extension (currently for for Google Chrome, Mozilla Firefox and Opera) enables you to register and switch Web Identities (NetIDs) across a single HTTPS (TLS) session without restarting your browser. Each NetID is a hyperlink that names (i.e., denotes and connotes) a user by resolving to said user's profile document comprising verifiable credentials (readable by humans and computable by machines) that are authenticated cryptographically using existing Public Key Infrastructure (PKI) standards.
Support for additional browsers like Apple Safari and Microsoft Edge is under investigation.
Copyright © 2013-2022 OpenLink Software
This software is licensed under the GNU General Public License (see
COPYING
).
Note: that the only valid version of the GPL license as far as this project is concerned is the original GNU General Public License Version 2, dated June 1991.
To deploy this extension on your local machine you can either clone the git source tree or download a source archive and then install the extension into your browser on the same system.
Clone the sources from github using the following commands, which will automatically download the latest develop branch.
$ cd src
$ git clone https://github.com/OpenLinkSoftware/youid
Download and extract a .tar.gz
or .zip
from one of the
stable releases
or directly from one of the following links:
To install this extension manually use the following steps:
- Open the Chrome browser
- Select from menu: Chrome → Preferences → Extensions
- Tick the checkbox for Developer mode
- Choose the option Load unpacked extension...
- Navigate to the folder containing the extracted source code
- Press the Select button
To install this extension manually use the following steps:
- Open the Opera browser
- In address bar type in opera:extensions
- Press the Developer Mode button
- Choose the option Load unpacked extension...
- Navigate to the folder containing the extracted source
- Press the Select button
Download the Firefox YouID .zip
file and extract the .xpi
file.
To install this extension manually in Firefox v28+, use the following steps:
- Open the Firefox browser
- In address bar type:
about:config
- Press the I'll be careful, i promise button
- Search for
xpinstall.signatures.required
- Double click that line so the value is set to
false
- In address bar type:
about:addons
- Click on the Gear icon and select Install Add-On from file... from the menu
- Navigate to the directory where you extracted the
YouID_FF.xpi
file, select this file, and press the Open button - Press the Install button