Skip to content

Commit 4f745e7

Browse files
wojcik91Maciej Wójcik
andcommitted
fix(MFA): prevent premature MFA client disconnect (#549)
* add mfa authorization timestamp * fix DB queries * update inactive device detection * update query data * add missing newlines --------- Co-authored-by: Maciej Wójcik <[email protected]>
1 parent 94a73dd commit 4f745e7

32 files changed

+88
-60
lines changed

.sqlx/query-442aac6474b466acc15578483d7d582a6face350a9c4c11db8b32fc251605cd6.json renamed to .sqlx/query-06e4ad525d72c83281944a311063f8717344fcb0c8ead0e98981439887e8e366.json

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-12d13e1b78576a8751ae2c219f865ee71d125c20933c6659b747cf5ccdc1d9a1.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-92c38d7487d3aa5342fbe4d059cb073400544f1ce454d059ac13b24b32cbdbf4.json renamed to .sqlx/query-1a45960695ad8a4f60cd94b610f9cf0c9b09ea742ea07a8de4ef8e6b199f2269.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-ff9f1363df5b9dc633767b0d3addedea0baba7447d4557f681f26c666a2c47bc.json renamed to .sqlx/query-295046c6b12e917661abebd70d047d23b9102682c25541a0cb51080689599405.json

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-481658620e98faa574e26fe49abbecafa1166f16151c69b465cd49f334de7190.json renamed to .sqlx/query-51986b429728226f4c2b17d0af4eb0baed9bb96f3d19b38d9573b8a4422155d9.json

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-9132a40b7729383ce9c108baa1b412e872ae9c96792ae9722f66ccfb24f0a144.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

.sqlx/query-9e659e4a6d973f6603f8c64ea6e7deaf8eb6824c4246d4135274e760b6af73e0.json renamed to .sqlx/query-da7a1669b1ba89003f6c507b5b2b09f39004776d14c0b37fc9d7ac636b2b58ec.json

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile.device

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ PublicKey = zGMeVGm9HV9I4wSKF9AXmYnnAIhDySyqLMuKpcfIaQo=\n\
99
AllowedIPs = 10.1.1.0/24\n\
1010
Endpoint = gateway:50051" > /etc/wireguard/defguard.conf
1111
CMD wg-quick up defguard && ping -s 2000 10.1.1.1
12-

Openid.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ grant_type=authorization_code
8181
XUVrWOLrLl0nx7RkKU8NXNHq-rvKMzqg"
8282
}
8383
```
84-

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Better quality video can [be found here to download](https://github.com/DefGuard
5757
- Onboarding - displaying custom onboarding messages, with templates, links ...
5858
- Ability to route predefined VPN traffic or all traffic (server needs to have NAT configured - in gateway example)
5959
- Live & real-time network charts
60-
- In development: **Multi-Factor Authentication** for VPN, live logs, dark theme, settings, and more!
60+
- In development: **Multi-Factor Authentication** for VPN, live logs, dark theme, settings, and more!
6161

6262
## Quick start
6363

@@ -102,4 +102,3 @@ Please review the [Contributing guide](https://defguard.gitbook.io/defguard/for-
102102

103103
# Legal
104104
WireGuard is [registered trademarks](https://www.wireguard.com/trademark-policy/) of Jason A. Donenfeld.
105-

0 commit comments

Comments
 (0)