anonymousland-synapse/synapse/storage/databases/main/schema/delta
Erik Johnston f21e24ffc2
Add ability for access tokens to belong to one user but grant access to another user. (#8616)
We do it this way round so that only the "owner" can delete the access token (i.e. `/logout/all` by the "owner" also deletes that token, but `/logout/all` by the "target user" doesn't).

A future PR will add an API for creating such a token.

When the target user and authenticated entity are different the `Processed request` log line will be logged with a: `{@admin:server as @bob:server} ...`. I'm not convinced by that format (especially since it adds spaces in there, making it harder to use `cut -d ' '` to chop off the start of log lines). Suggestions welcome.
2020-10-29 15:58:44 +00:00
..
12
13
14
15
16
17
18
19
20 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
21
22
24
25 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
26
27 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
28
29
30 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
31 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
32
33 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
57 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
58 Add ability for access tokens to belong to one user but grant access to another user. (#8616) 2020-10-29 15:58:44 +00:00