Java code for talking to authosaurus server.

This allows games to plug into the "email a login link" auth system.
This commit is contained in:
Michael Bayne
2026-04-09 10:22:27 -07:00
parent 0555b40f8f
commit bd3ab02049
4 changed files with 407 additions and 0 deletions
+5
View File
@@ -63,6 +63,11 @@
<version>6.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd</artifactId>
<version>2.3.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/de.mkammerer/argon2-jvm -->
<dependency>
<groupId>de.mkammerer</groupId>