Maintainer: Krishna Kumar ([email protected])
SAFE Authenticator plugin for SAFE Browser.
Linux/OS X | Windows |
---|---|
This project depends on safe_client_libs and system_uri. The dependencies are specified as git submodule.
-
Clone the project
$ git clone https://github.com/maidsafe/beaker-plugin-safe-authenticator.git
-
Install the Node.js dependencies.
$ npm i
-
Build the native modules
$ npm run build-libs
Add
--
before using following options.- If you specify
--features=mock-routing
binary will use mock routing or else actual routing will be used. - If you specify
--clean
, will clean all the cargo dependencies installed and do a fresh build. To manually clean the dependencies runnpm run clean-libs
.
- If you specify
-
npm run build
will build the project to thedist
folder.
Licensed under either of
- the MaidSafe.net Commercial License, version 1.0 or later (LICENSE)
- the General Public License (GPL), version 3 (COPYING or http://www.gnu.org/licenses/gpl-3.0.en.html)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MaidSafe Contributor Agreement, version 1.1 ([CONTRIBUTOR] (CONTRIBUTOR)), shall be dual licensed as above, and you agree to be bound by the terms of the MaidSafe Contributor Agreement, version 1.1.