speakeasy
speakeasy copied to clipboard
Functional example
Can you provide a functional example that we can pull? Just so it serves a simple static html? Thanks
+1
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