Total Pageviews

Friday, 6 November 2020

GAuth

 A simple application for multi-factor authentication, written in HTML using jQuery Mobile, jsSHA and LocalStorage.

http://gauth.apps.gbraad.nl/


Build Status pipeline status

Stories in Ready Code Climate

A simple application for multi-factor authentication, written in HTML using jQuery Mobile, jsSHA, LocalStorage and Application Cache. It implements the TOTP (Time-Based One-Time Password) algorithm according to RFC6238 and has been tested to work with Google Authenticator, Dropbox, Dreamhost, Amazon, Linode, Okta and many other services.

More information can be found in the about dialog and the wiki.

Hosting

To self-host a version of this application you can do so by just serving the files using Apache or nginx. For easy deployment, there is also a server.js node application which can be hosted from a nodejs 0.10-based container. This has been tested on Heroku/Dokku and OpenShift.

An experimental package for deployment on a local machine is available from packager.io.

from https://github.com/gbraad/gauth

No comments:

Post a Comment