dendrite/userapi/storage/accounts/postgres
Bruce MacDonald d27607af78
Implement OpenID module (#599) (#1812)
* Implement OpenID module (#599)

- Unrelated: change Riot references to Element in client API routing

Signed-off-by: Bruce MacDonald <contact@bruce-macdonald.com>

* 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

* Add default OpenID token lifetime (#599)

* Update dendrite-config.yaml

Co-authored-by: Kegsay <kegsay@gmail.com>
Co-authored-by: Kegsay <kegan@matrix.org>
2021-04-07 13:26:20 +01: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 Implement OpenID module (#599) (#1812) 2021-04-07 13:26:20 +01:00
profile_table.go Update all usages of tx.Stmt to sqlutil.TxStmt (#1423) 2020-09-24 11:10:14 +01:00
storage.go Implement OpenID module (#599) (#1812) 2021-04-07 13:26:20 +01:00
threepid_table.go Move account/device DBs to userapi (#1141) 2020-06-17 12:05:56 +01:00