2023-08-31 21:18:31 -04:00
2023-08-25 20:35:10 -04:00
2023-08-31 17:14:13 -04:00
2023-08-31 16:17:56 -04:00
2023-08-31 17:14:13 -04:00
2023-08-31 17:14:13 -04:00
2023-08-31 16:17:56 -04:00
2023-08-25 20:35:10 -04:00
2023-08-25 20:35:10 -04:00
2023-08-31 16:17:56 -04:00
2023-08-25 21:43:38 -04:00

Web Authenticator

This is a simple web based TOTP Authenticator app. I am built this because we needed a better way to manage 2fa tokens at work and I wanted something that was accessible via a web browser that I could put behind a zero trust portal or similiar infrastructure.

Setup

  • Copy src/tokens.example.ts to src/tokens.ts and update accordingly.

This app is designed to work completely offline at the moment. In the future I may utilize the Akeyless api to store/retrieve the secrets but for now this app will live on an internal server where the tokens are manually added since the codebase is extremely simple at the moment.

I opted for a "Vanilla" experience because this is meant to be a prototype and I didn't need a bunch of overhead.

Description
A super simple web based authenticator "app" to store your 2fa tokens.
Readme 65 KiB
Languages
TypeScript 72.2%
CSS 22%
HTML 3.8%
Dockerfile 2%