https://github.com/venables/totp.io
One-time passwords in your browser
https://github.com/venables/totp.io
Last synced: over 1 year ago
JSON representation
One-time passwords in your browser
- Host: GitHub
- URL: https://github.com/venables/totp.io
- Owner: venables
- License: mit
- Created: 2016-06-09T18:13:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T16:32:59.000Z (about 8 years ago)
- Last Synced: 2025-03-28T18:51:52.434Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://totp.io
- Size: 210 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# totp.io
One-time passwords in your browser. Helpful for testing and debugging.
## Installation
```
yarn install
```
## Running locally
```
yarn start
```
The server will be available at http://0.0.0.0:8080
## Contributing
Pull requests are welcome!