A two-factor authentication application for one-time password based on time.
This application is essentially an experimentation/demonstration of a desktop application based on electron, notp vuejs and vuex, browserify and browserify-hmr.
Play with it, use it at your own risk.
Clone this repository and run npm install
npm run dev
: To build a developement version in the build foldernpm run dev-start
: To start the developement version with electronnpm run dev-serve
: To serve the developement version in a http server (see http://localhost:8080 - use localStorage without encryption !)npm run dist
: To build a packaged version
See package.json scripts for details.
- Tests & coverage
- Documentation
- Add a vue-router