darioajr / chrome-token-signing

Chrome and Firefox extension for signing with your eID on the web - READ WIKI!

Home Page:https://github.com/open-eid/chrome-token-signing/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome Native Client plugin

European Regional Development Fund

NB! Please note that the active development and management of the Token Signing component has ended due to the transition to the new web authentication and signing solution (Web eID).
We are happy to accept your proposals in the new Web eID project repository: https://github.com/web-eid.
We won't be accepting pull requests or responding to issues for this project anymore.

Chrome Token signing is available from Chrome Web Store and Microsoft Edge add-ons store

Info: Firefox version 50 supports Chrome extensions and is implemented in version 1.0.4.

  • License: LGPL 2.1
  • © Estonian Information System Authority

Building

Build Status Coverity Scan Build Status

  1. Install dependencies

    1.0 blackPanther OS

     installing qtbase5-common-devel libopenssl-devel libpcsclite-devel libqt5core-devel libqt5network-devel libqt5widgets-devel
      (or binary package from official repository : installing chrome-token-signing)
    

    1.1 Ubuntu

     sudo apt-get install qtbase5-dev libssl-dev libpcsclite-dev qt5-default
    

    1.2 Windows

    1.3 OSX

  2. Fetch the source

     git clone --recursive https://github.com/open-eid/chrome-token-signing
     cd chrome-token-signing
    
  3. Build locally

    3.1 Ubuntu

     cd host-linux
     make 
     make debian
    

    3.2 Windows

     nmake
     nmake pkg-unsigned
    

    3.3 OSX

     cd host-osx
     make
     make pkg
    

Support

Official builds are provided through official distribution point id.ee. If you want support, you need to be using official builds.

Source code is provided on "as is" terms with no warranty (see license for more information). Do not file Github issues with generic support requests. Contact our support via www.id.ee for assistance.

About

Chrome and Firefox extension for signing with your eID on the web - READ WIKI!

https://github.com/open-eid/chrome-token-signing/wiki

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 38.8%Language:C 18.9%Language:Objective-C++ 16.3%Language:Python 10.1%Language:JavaScript 8.6%Language:Makefile 4.3%Language:Objective-C 2.4%Language:QMake 0.5%Language:Shell 0.2%