https://github.com/marpo60/totp_generator
TOTP token generator using Phoenix Liveview
https://github.com/marpo60/totp_generator
2fa elixir phoenix phoenix-liveview totp-tokens
Last synced: 5 months ago
JSON representation
TOTP token generator using Phoenix Liveview
- Host: GitHub
- URL: https://github.com/marpo60/totp_generator
- Owner: marpo60
- Created: 2019-05-14T22:44:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:57:08.000Z (over 3 years ago)
- Last Synced: 2025-10-12T05:52:58.189Z (9 months ago)
- Topics: 2fa, elixir, phoenix, phoenix-liveview, totp-tokens
- Language: Elixir
- Homepage: https://totp-generator-example.marpo60.xyz/
- Size: 2.65 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TOTP Generator
Generate TOTP tokens using Phoenix Live View
## Introduction
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## Demo
[TOTP Generator](https://totp-generator-example.marpo60.xyz/)