Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madhusudhand/case
electron app for TOTP
https://github.com/madhusudhand/case
Last synced: about 1 month ago
JSON representation
electron app for TOTP
- Host: GitHub
- URL: https://github.com/madhusudhand/case
- Owner: madhusudhand
- Created: 2021-03-02T12:01:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T12:47:09.000Z (over 2 years ago)
- Last Synced: 2023-03-01T21:22:26.459Z (over 1 year ago)
- Language: JavaScript
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CASE
CASE is a simple electron app to generate TOTP as 2-factor authontication.
## Installation
* Clone the repo
* Run `yarn install`
* Run `yarn build:mac`
* It creates app in dist directory
* Install the app `case-1.0.0.dmg`Note: for any build issues, refer electron doc: https://www.electronjs.org/docs/latest/development/build-instructions-macos
## Register an app with token
* Launch the app
* It should create icon (egg) on the tray (top right)
* Click the icon and select register
* Input App name and tokenApp name appears in the same menu. Click to copy the TOTP to clip board and paste it anywhere.
There you go. All done.
## Unregister an app
* Click unregister from the tray menu
* Input name of the app (name should match with registerd apps and case sensitive)
* Click ok. All done.## License (MIT)
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.