speakeasy icon indicating copy to clipboard operation
speakeasy copied to clipboard

Functional example

Open julianpinedayyz opened this issue 10 years ago • 2 comments

Can you provide a functional example that we can pull? Just so it serves a simple static html? Thanks

julianpinedayyz avatar Apr 01 '15 20:04 julianpinedayyz

+1

jasiedu avatar Jun 19 '15 18:06 jasiedu

I have some example code for an Authenticator app available in these two repos:

Browser Authenticator

I wrote Browser Authenticator as a companion for Node Authenticator, which will allow you to do the same thing, in the browser.

  • Demo https://daplie.github.io/browser-authenticator
  • https://github.com/Daplie/browser-authenticator

Node Authenticator

I wrote Node Authenticator as a replacement for SpeakEasy. It uses node's native crypto module and notp.

  • https://github.com/Daplie/node-authenticator

coolaj86 avatar Oct 23 '15 19:10 coolaj86