Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

[DEPRECATED] — Angular service for double authentication backup code

License

Notifications You must be signed in to change notification settings

ovh-ux/ovh-angular-doubleauth-backupcode

Repository files navigation

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