4
1
Fork 0
📱 Turn your secrets into scannable QR codes. https://vhs.codeberg.page/code/oathqr/
 
 
 
 
 
 
Go to file
vhs 9b337c8a93
feat: provide 1password issuer option
2023-07-24 14:20:28 -04:00
.changeset chore(deps): 🔗 upgrade dependencies 2022-07-31 20:06:51 -05:00
src feat: provide 1password issuer option 2023-07-24 14:20:28 -04:00
src-tauri refactor: ♻️ normalize product name 2022-02-19 13:31:11 +08:00
static docs: 📚️ update app screenshots and add to readme 2022-02-14 14:46:04 +08:00
.eslintrc.cjs refactor: ♻️ pull temp lint override 2022-02-17 02:45:41 +08:00
.gitignore chore: 🔧 initial commit 2022-02-06 23:27:23 +08:00
.npmrc chore: 🔧 initial commit 2022-02-06 23:27:23 +08:00
.prettierrc chore: 🔧 initial commit 2022-02-06 23:27:23 +08:00
CHANGELOG.md chore(deps): 🔗 upgrade dependencies 2022-07-31 20:06:51 -05:00
COPYING refactor: ♻️ prepare for beta 2022-02-12 16:06:49 +08:00
README.md docs: 📚️ provide use cases 2022-02-19 16:18:34 +08:00
package.json chore(deps): 🔗 upgrade dependencies 2022-07-31 20:06:51 -05:00
pnpm-lock.yaml chore(deps): 🔗 upgrade dependencies 2022-07-31 20:06:51 -05:00
postcss.config.cjs refactor: ♻️ prepare for beta 2022-02-12 16:06:49 +08:00
svelte.config.js chore(deps): 🔗 upgrade dependencies 2022-07-31 20:06:51 -05:00
tailwind.config.cjs feat: support firefox browser 2022-02-17 18:00:55 +08:00
tsconfig.json chore(deps): 🔗 upgrade dependencies 2022-07-31 20:06:51 -05:00
vite.config.js chore(deps): 🔗 upgrade dependencies 2022-07-31 20:06:51 -05:00

README.md

OATHqr

Turn your secrets into scannable QR codes.

OATHqr helps users create security credentials for use with 2FA/MFA and other OATH-enabled apps. Use it to generate scannable QR codes for one-time password authenticator apps such as Aegis or YubiKey. Or skip the QR code altogether and paste the formatted otpauth URI it creates directly into OpenPGP-activated password managers such as the remarkable Pass standard unix password manager.

Use Cases

  • Ease migration between authenticator solutions.
  • Customize auth URI data and access advanced security features.
  • Enable users to work directly with auth strings to discourage camera use.
  • Discourage users from saving secrets to cleartext files they cannot read.
  • Consolidate account credentials within encrypted password managers.

Highlights

  • Makes no external requests and runs offline-first.
  • Installable to mobile device home screens.
  • Defaults browser to strict Content-Security Policy.
  • Informs users when they are using a trusted origin.
  • Discourages user from saving QR code to a file.
  • Proactively disables FLoC surveillance in Chrome.
  • Provides accessible form for more inclusive design.
  • Promotes ethical software alternatives to Google.
  • Adjusts color scheme based on system preference.
  • Includes native build target with isolation enabled.

Screenshots

OATHqr adapts its colors based on your current system preference:

Prefers Light Prefers Dark
Light Mode Dark Mode

Demo

View the online demo to test it out and see how it works.

Developing

Depending on your target environment.

Web

Once you've cloned the project and installed development dependencies with pnpm install, start a development server:

pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev -- --open

Native

Once you've cloned the project, completed the Tauri prerequisites and installed development dependencies with pnpm install, start a development server:

pnpm tauri dev

Building

Web

To create a production version of your app:

pnpm build

You can preview the production build with pnpm preview.

Native

To create a native version of your app:

pnpm tauri build

Rights

OATHqr - Turn your secrets into scannable QR Codes.
Copyright (C) 2022 VHS <vhsdev@tutanota.com> (https://vhs.codeberg.page)

OATHqr is made available under the AGPL-3.0-or-later license. See the file COPYING in the source for the complete license text. To purchase a commercial license for the purpose of whitelabeling this application within your organization please contact the author.