0.0.8 • Published 7 years ago

ovh-angular-doubleauth-backupcode v0.0.8

Weekly downloads
5
License
BSD-3-Clause
Repository
github
Last release
7 years ago

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