cmdli

↗ HN profile [ 105 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I'm currently building a small utility (mainly for personal use), but I've realized I don't really have any great complex terminal interfaces to model off of. I mainly use programs that are required, not fun, so I was…

  2. For those who are unaware, passkeys are a new authentication mechanism that allows users to log in using public keys instead of passwords. Right now passkeys are just starting to be adopted (Apple and Google have added…

  3. Hey y'all, This is something I've been working on for a few months. It is a passkey system, similar to Apple Passkeys or a Yubikey, but it is entirely software based so you can sync credentials between devices. Passkeys…

  4. Hey y'all, This is something I've been working on for a few months. It is a passkey system, similar to Apple Passkeys or a Yubikey, but it is entirely software based so you can sync credentials between devices. Passkeys…

  5. Peasants and Kings (cmdli.github.io)
  6. I'm looking into adding an API to a small project that I am working on and am wondering how y'all secure your APIs. Do you use API keys? OAuth? Any tools/services that make it easier?