|
|
@ -64,7 +64,7 @@ public class AuthSteamController { |
|
|
|
.build(); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("processlogin/{after:root}/{subdomain:tf2}") |
|
|
|
@GetMapping(value = {"processlogin/{after}/{subdomain}", "processlogin/{after}"}) |
|
|
|
public ResponseEntity<?> ProcessLogin(@RequestParam Map<String, String> auth_result, HttpServletResponse response, @PathVariable String after, @PathVariable(required = false) String subdomain){ |
|
|
|
System.out.println(auth_result); |
|
|
|
Long steam64 = steamSignIn.ValidateResults(auth_result); |
|
|
|