Merge branch 'v1.3-dev'
[websub-hub] / sql / authentication-success.sql
1 --
2 UPDATE authentication
3 SET last_authentication = strftime('%s', 'now')
4 WHERE identifier = :identifier