1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

1582 Commits

Author SHA1 Message Date
e630279b54 Propagate parent trace context 2021-10-14 17:39:49 +02:00
f9036aecd4 Make telemetry configurable
Also allows opting-out of the OTLP exporter to remove the dependency to
protoc when building.
2021-10-13 16:48:16 +02:00
27ae6a5167 Initial OpenTelemetry tracing support 2021-10-13 13:56:42 +02:00
b3587c677c WIP: Refactor higher-level data-model to its own crate 2021-10-12 19:03:01 +02:00
ec7d936b10 Better data structure to handle scopes 2021-10-05 20:36:36 +02:00
8ecdf7c6c8 PKCE support 2021-10-05 14:08:47 +02:00
af71adbe7a Upgrade dependencies 2021-10-04 14:48:23 +02:00
bb8fe28f4f Fix request handling when the cookie header is not there 2021-09-25 18:09:37 +02:00
8e34dd3778 Trigger a rebuild when the migration files change 2021-09-24 19:08:52 +02:00
e9158382ef Simplify template render check logic
Also documents a bunch of things in mas_core::templates
2021-09-24 11:45:25 +02:00
a1c7b7f82d Add missing file forgotten in ff41ae5762 2021-09-24 09:20:22 +02:00
ddf155b901 WIP: generate sample template contexts for testing 2021-09-23 23:51:50 +02:00
ff41ae5762 Templates config 2021-09-23 23:51:17 +02:00
5100cbdef2 Document the mas_core::reply and mas_core::tokens modules 2021-09-23 21:34:13 +02:00
3cbce1e33e Upgrade all dependencies 2021-09-23 20:54:24 +02:00
3bf86c4b21 Fully document the mas_core::filters module 2021-09-23 20:53:51 +02:00
2cfaff737e Simplify session-related filters 2021-09-23 19:16:30 +02:00
d06cdb6e02 Make database-related warp filters generic over the DB type 2021-09-23 17:40:50 +02:00
4a927861b0 Proper error when submitting invalid authorization code 2021-09-23 14:48:12 +02:00
a9f1f8bb71 Refactor token generation a bit 2021-09-23 14:24:44 +02:00
29126e336e Clean up some warp filters and add documentation 2021-09-23 14:02:44 +02:00
e08dae27b1 Consume authorization code on use 2021-09-17 18:24:43 +02:00
1813984a1c Include "state" in authorization request errors 2021-09-17 18:13:30 +02:00
dc0d54aaf5 Better error handling in cookies, session and csrf filters 2021-09-17 18:12:34 +02:00
59df55c2f9 Handle auth errors on the userinfo endpoint 2021-09-17 16:20:10 +02:00
463184bbb1 Make the template contexts a bit more clear 2021-09-17 14:30:06 +02:00
3159a9972f Allow loading multiple configuration files 2021-09-17 12:22:03 +02:00
bd441ceef7 Allow splitting database connection options 2021-09-17 12:03:00 +02:00
789ace84fd Ability to run migrations on startup
Also adds a bunch of logging information on startup
2021-09-17 11:27:06 +02:00
76c69485e9 Embed templates in binary & add command to export them 2021-09-16 23:39:07 +02:00
721b67fe48 Fix minor code style issues 2021-09-16 14:54:17 +02:00
a44e33931c Split the service in multiple crates 2021-09-16 14:43:56 +02:00