feat: Add native Django ALTCHA challenge generation and server-side HMAC validation endpoint

This commit is contained in:
Richard
2026-07-31 11:42:07 +02:00
parent 83c782c469
commit b7a5158254
7 changed files with 63 additions and 5 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ export default function GuestSignupModal({ shift, onClose, onSubmit }) {
<div className="border border-slate-700 rounded-lg p-3 bg-slate-950/80 flex flex-col items-center justify-center min-h-[90px]">
<altcha-widget
ref={captchaRef}
test="true"
challengeurl="/api/events/altcha-challenge/"
auto="onload"
hidefooter="true"
style={{ width: '100%' }}