dendrite/userapi/storage/accounts/postgres
Bruce MacDonald 8b915d3e2a OpenID module tweaks (#599)
- specify expiry is ms rather than vague ts
- add OpenID token lifetime to configuration
- use Go naming conventions for the path params
- store plaintext token rather than hash
- remove openid table sqllite mutex
2021-04-03 14:22:07 -07:00
..
deltas Automatically upgrade databases on startup (#1529) 2020-10-15 18:09:41 +01:00
account_data_table.go Update all usages of tx.Stmt to sqlutil.TxStmt (#1423) 2020-09-24 11:10:14 +01:00
accounts_table.go Automatically upgrade databases on startup (#1529) 2020-10-15 18:09:41 +01:00
openid_table.go OpenID module tweaks (#599) 2021-04-03 14:22:07 -07:00
profile_table.go Update all usages of tx.Stmt to sqlutil.TxStmt (#1423) 2020-09-24 11:10:14 +01:00
storage.go OpenID module tweaks (#599) 2021-04-03 14:22:07 -07:00
threepid_table.go Move account/device DBs to userapi (#1141) 2020-06-17 12:05:56 +01:00