ovh-angular-doubleauth-backupcode

0.0.8 • Public • Published

ovh-angular-doubleauth-backupcode

githubbanner

Maintenance Chat on gitter Build Status

NPM

Angular service for double authentication backup code

Installation

Bower

$ bower install ovh-angular-doubleauth-backupcode --save

NPM

$ npm install ovh-angular-doubleauth-backupcode --save

Configuration

  1. Include ovh-angular-doubleauth-backupcode.js in your app:
<script src="bower_components/ovh-angular-doubleauth-backupcode/dist/ovh-angular-doubleauth-backupcode.js"></script>
  1. Add ovh-angular-doubleauth-backupcode as a new module dependency in your angular app.
  var myApp = angular.module("myApp", ["ovh-angular-doubleauth-backupcode"]);

Get the sources

$ git clone https://github.com/ovh-ux/ovh-angular-doubleauth-backupcode.git
cd ovh-angular-doubleauth-backupcode
$ npm install
$ bower install

You've developed a new cool feature? Fixed an annoying bug? We'd be happy to hear from you!

Have a look in CONTRIBUTING.md

Related links

License

See https://github.com/ovh-ux/ovh-angular-doubleauth-backupcode/blob/master/LICENSE

Package Sidebar

Install

npm i ovh-angular-doubleauth-backupcode

Weekly Downloads

0

Version

0.0.8

License

BSD-3-Clause

Last publish

Collaborators

  • ovh-ux-cds