pwr: functioning captcha/recaptcha

This commit is contained in:
Harvey Tindall
2023-12-23 19:56:21 +00:00
parent ab05c07469
commit 278588ca39
9 changed files with 167 additions and 66 deletions
+1
View File
@@ -120,6 +120,7 @@ type appContext struct {
proxyTransport *http.Transport
proxyConfig easyproxy.ProxyConfig
internalPWRs map[string]InternalPWR
pwrCaptchas map[string]Captcha
ConfirmationKeys map[string]map[string]newUserDTO // Map of invite code to jwt to request
confirmationKeysLock sync.Mutex
}