1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-21 23:00:50 +03:00
Commit Graph

2125 Commits

Author SHA1 Message Date
Quentin Gliech
99142c3536 initial config schema 2021-07-16 11:19:03 +02:00
Quentin Gliech
e24734260a ci: tweak cache keys 2021-07-10 00:10:22 +02:00
Quentin Gliech
30d4f4cf5b ci: disable fail-fast on test job 2021-07-10 00:05:34 +02:00
Quentin Gliech
a7d543acfc Also setup cache on rustfmt job in CI 2021-07-10 00:01:39 +02:00
Quentin Gliech
575b305640 Cache dependencies in CI 2021-07-09 23:56:35 +02:00
Quentin Gliech
ac928b2515 save sessions in database 2021-07-09 22:49:23 +02:00
Quentin Gliech
81589757d8 upgrade dependencies 2021-07-09 17:17:42 +02:00
Quentin Gliech
723f660947 Use stable toolchain for clippy check in CI 2021-07-09 16:56:09 +02:00
Quentin Gliech
2a10d5cdbb Setup GitHub Actions 2021-07-09 16:44:58 +02:00
Quentin Gliech
1f19abbd2c Configure rustfmt & clippy lints 2021-07-09 16:03:39 +02:00
Quentin Gliech
3f70c079d2 proper CSRF config 2021-07-09 14:53:53 +02:00
Quentin Gliech
4410c84caa setup sqlx with migrations 2021-07-09 10:50:51 +02:00
Quentin Gliech
8da87b031c Add README and LICENSE 2021-07-08 14:41:54 +02:00
Quentin Gliech
718d8bf44b Split storage and handlers in multiple modules 2021-07-08 14:23:41 +02:00
Quentin Gliech
4f1e84947b Logout route 2021-07-08 12:06:47 +02:00
Quentin Gliech
4cd75efc14 Simple error middleware 2021-07-08 11:54:50 +02:00
Quentin Gliech
c3045a9dc1 simplify csrf middleware, cors middleware 2021-07-02 13:34:51 +02:00
Quentin Gliech
168b91780b better file structure 2021-07-01 16:26:02 +02:00
Quentin Gliech
2c2256791a static oauth2 client from config 2021-07-01 14:56:27 +02:00
Quentin Gliech
5f7a346fe4 better CSRF handling in forms 2021-07-01 10:12:02 +02:00
Quentin Gliech
9be6f29446 CSRF protection 2021-06-25 15:11:38 +02:00
Quentin Gliech
d78ca98dd7 bare minimum sessions & login 2021-06-24 12:34:17 +02:00
Quentin Gliech
7e92f41919 Add template engine & rename oauth2 crate 2021-06-24 09:41:54 +02:00
Quentin Gliech
b40dbaa38f initial authentication service web server 2021-06-18 17:00:48 +02:00
Quentin Gliech
c9eb6ca1b4 initial commit 2021-06-10 13:48:28 +02:00