update dependencies, fixes to support new authentication features
[websub-hub] / src / db / sqlite / sql / authentication-update-otp-key.sql
1 UPDATE authentication
2 SET otp_key = :otpKey
3 WHERE identifier = :identifier