1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-07 22:41:18 +03:00
Commit Graph

220 Commits

Author SHA1 Message Date
1e5e755693 Bump anyhow from 1.0.53 to 1.0.55
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.53 to 1.0.55.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.53...1.0.55)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 10:43:31 +01:00
c4b5859591 Bump sqlx from 0.5.10 to 0.5.11
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.5.10 to 0.5.11.
- [Release notes](https://github.com/launchbadge/sqlx/releases)
- [Changelog](https://github.com/launchbadge/sqlx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/compare/v0.5.10...v0.5.11)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 09:51:19 +01:00
e48c74a74a Bump tracing from 0.1.30 to 0.1.31
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.30 to 0.1.31.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.30...tracing-0.1.31)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-20 17:37:02 +01:00
e1d7f78b69 Bump argon2 from 0.3.3 to 0.3.4
Bumps [argon2](https://github.com/RustCrypto/password-hashes) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/RustCrypto/password-hashes/releases)
- [Commits](https://github.com/RustCrypto/password-hashes/compare/argon2-v0.3.3...argon2-v0.3.4)

---
updated-dependencies:
- dependency-name: argon2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-20 16:41:31 +01:00
fa92d6498f Bump dependencies 2022-02-17 15:53:48 +01:00
26a340d5dc Bump dependencies 2022-02-04 10:18:01 +01:00
a45381828c Loads of docs & enabling more clippy lints 2022-02-01 12:02:32 +01:00
9af8820564 Bump dependencies 2022-02-01 10:13:11 +01:00
d43af81238 Upgrade dependencies 2022-01-25 12:47:17 +01:00
54e9dc0712 Database model to save user email verification codes 2022-01-21 17:41:11 +01:00
29b2fc2e43 CLI subcommand to mark emails as verified 2022-01-18 18:33:05 +01:00
6e50921626 Email management UI
Also simplify a bunch of query strings
2022-01-18 18:16:56 +01:00
565f5cda1b Save user emails in database 2022-01-14 18:42:37 +01:00
ecaa4b98b6 Update SQLx offline query data 2022-01-14 14:07:40 +01:00
571f484894 Revoke OAuth session on code reuse 2022-01-14 13:20:14 +01:00
5b9c35a079 Use iana generated types in more places 2022-01-12 12:22:54 +01:00
1377e09dbe Upgrade dependencies 2022-01-04 22:35:18 +01:00
f933ace007 New JWT/JOSE crate
Still WIP, needs to handle time related claims
2022-01-04 22:28:00 +01:00
2f97ca685d Split the core crate 2021-12-17 18:04:30 +01:00
ceb17d3646 Move storage module to its own crate 2021-12-17 12:15:07 +01:00