GUACAMOLE-1855: Implement bypass and enforcement options in the TOTP module.

This commit is contained in:
Virtually Nick
2023-09-26 17:16:25 -04:00
parent 9139bdef02
commit 614cd550bd
3 changed files with 138 additions and 4 deletions

View File

@@ -177,6 +177,14 @@
<version>2.1.1</version>
<scope>provided</scope>
</dependency>
<!-- Library for unified IPv4/6 parsing and validation -->
<dependency>
<groupId>com.github.seancfoley</groupId>
<artifactId>ipaddress</artifactId>
<version>5.5.0</version>
<scope>provided</scope>
</dependency>
</dependencies>