npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

oathqr

v1.0.0-next.20

Published

Turn your secrets into scannable QR codes.

Downloads

21

Readme

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 <[email protected]> (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.