Skip to content

safesurfer/beaker-plugin-safe-authenticator

 
 

Repository files navigation

beaker-plugin-safe-authenticator

Maintainer: Krishna Kumar (krishna.kumar@maidsafe.net)

SAFE Authenticator plugin for SAFE Browser.

Linux/OS X Windows
Build Status Build status

Dependency

This project depends on safe_client_libs and system_uri. The dependencies are specified as git submodule.

Development

Prerequisites

  • Node.js 6.5.0 (we recommend installing it via nvm)
  • Git
  1. Clone the project

    $ git clone https://github.com/maidsafe/beaker-plugin-safe-authenticator.git
  2. Install the Node.js dependencies.

    $ npm i
  3. 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 run npm run clean-libs.
  4. npm run build will build the project to the dist folder.

License

Licensed under either of

at your option.

Contribution

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.

About

SAFE Authenticator plugin for SAFE Browser

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.3%
  • CSS 12.5%
  • HTML 0.2%