1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-20 16:44:28 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Kegsay e09d24e732
Move account/device DBs to userapi () 2020-06-17 12:05:56 +01:00
Kegsay 9c77022513
Make userapi responsible for checking access tokens ()
* Make userapi responsible for checking access tokens

There's still plenty of dependencies on account/device DBs, but this
is a start. This is a breaking change as it adds a required config
value `listen.user_api`.

* Cleanup

* Review comments and test fix
2020-06-16 14:10:55 +01:00
Kegsay 6b5996db17
Add bare bones user API ()
* Add bare bones user API

with tests!

* linting
2020-06-15 09:54:11 +01:00