Skip to content

Rework auth tokens table to use hashed/encrypted data

Alex Gleason requested to merge hash-tokens into main

Fixes #234 (closed)

Creates a new auth_tokens table to replace the old nip46_tokens table.

This time tokens are hashed, and secret keys are encrypted by the DITTO_NSEC.

Merge request reports

Loading