feat: Add native Django ALTCHA challenge generation and server-side HMAC validation endpoint
This commit is contained in:
@@ -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%' }}
|
||||
|
||||
Reference in New Issue
Block a user