StardustShard · it/its
  • https://aphrodite.dev
  • Disabled backend developer, working on small personal projects and blogging.

  • Joined on 2025-02-24
StardustShard commented on issue StardustShard/dolltags#1 2025-03-19 15:33:21 +00:00
wider max-width on desktop

wont be exactly just that cuz the overall layout positioning gradient can be improved but ye

StardustShard pushed tag v2.2.0 to StardustShard/dolltags 2025-03-19 12:20:05 +00:00
StardustShard closed issue StardustShard/dolltags#5 2025-03-19 12:19:39 +00:00
2FA
StardustShard pushed to main at StardustShard/dolltags 2025-03-19 12:19:32 +00:00
2c886f83e7 feat: TOTP 2FA, closes #5
StardustShard pushed to feat/totp at StardustShard/dolltags 2025-03-19 12:05:54 +00:00
c4afa2fa33 all requests prepared
StardustShard pushed to feat/totp at StardustShard/dolltags 2025-03-19 11:59:02 +00:00
cbc4b2d936 added clean login and recovery
StardustShard pushed to feat/totp at StardustShard/dolltags 2025-03-19 10:22:23 +00:00
f9354527b0 impl done on the user side!
StardustShard pushed to feat/totp at StardustShard/dolltags 2025-03-19 09:40:48 +00:00
a425780904 now cleanly handling "invalid totp code" errors
StardustShard pushed to feat/totp at StardustShard/dolltags 2025-03-19 09:31:17 +00:00
2264d04ded added recovery key gen and finished init flow
StardustShard pushed to feat/totp at StardustShard/dolltags 2025-03-18 20:11:58 +00:00
b37867b018 made most of the sql, now to do the UI
StardustShard pushed to feat/totp at StardustShard/dolltags 2025-03-18 14:28:17 +00:00
StardustShard pushed to feat/totp at StardustShard/dolltags 2025-03-18 13:20:59 +00:00
62c9ea0855 half impl done
StardustShard opened issue StardustShard/dolltags#15 2025-03-18 13:02:34 +00:00
make a lil cookie flash util to simplify some workflows that are biting my ass
StardustShard pushed to feat/totp at StardustShard/dolltags 2025-03-18 11:26:17 +00:00
77a681c02a started integrating the flow
StardustShard pushed to feat/totp at StardustShard/dolltags 2025-03-16 17:48:45 +00:00
e01df6266c added new otp table
StardustShard created branch feat/totp in StardustShard/dolltags 2025-03-16 17:23:36 +00:00
StardustShard pushed to feat/totp at StardustShard/dolltags 2025-03-16 17:23:36 +00:00
StardustShard opened issue StardustShard/dolltags#14 2025-03-16 17:18:47 +00:00
small js feature additions for stuff that would be more convenient in an in-page flow
StardustShard commented on issue StardustShard/dolltags#5 2025-03-16 17:16:56 +00:00
2FA

table could look like so

  • user_id
  • otp_method
  • secret
  • recovery_key
  • created_at
  • updated_at

primary key of (user_id, otp_method)

onboarding would be pretty standard:

  • in…
StardustShard opened issue StardustShard/dolltags#13 2025-03-16 17:01:24 +00:00
admin: user account admin ops interface