Richard van der Hoff
|
1189be43a2
|
Factor _AccountHandler proxy out to ModuleApi
We're going to need to use this from places that aren't password auth, so let's
move it to a proper class.
|
2017-11-02 14:36:11 +00:00 |
|
David Baker
|
b19d9e2174
|
Merge pull request #2624 from matrix-org/rav/password_provider_notify_logout
Notify auth providers on logout
|
2017-11-02 10:55:17 +00:00 |
|
Richard van der Hoff
|
bc8a5c0330
|
Notify auth providers on logout
Provide a hook by which auth providers can be notified of logouts.
|
2017-11-01 16:51:51 +00:00 |
|
Richard van der Hoff
|
4c8f94ac94
|
Allow password_auth_providers to return a callback
... so that they have a way to record access tokens.
|
2017-11-01 16:51:03 +00:00 |
|
Richard van der Hoff
|
3cd6b22c7b
|
Let password auth providers handle arbitrary login types
Provide a hook where password auth providers can say they know about other
login types, and get passed the relevant parameters
|
2017-11-01 16:43:57 +00:00 |
|
Richard van der Hoff
|
1650eb5847
|
DB schema interface for password auth providers
Provide an interface by which password auth providers can register db schema
files to be run at startup
|
2017-10-31 14:01:53 +00:00 |
|
Richard van der Hoff
|
ebda45de4c
|
Start some documentation on password providers
Document the existing interface, before I start adding new stuff.
|
2017-10-31 10:47:52 +00:00 |
|