I’ve been working with Django for years, and authentication is always a headache.
Setting up MFA, social login, brute-force protection, geo-IP lockouts, login alerts, etc. takes days each time. So I built Secure Django Auth — a drop-in authentication system that ships with:
- MFA (email, SMS, authenticator apps)
- Social login (Google, more coming)
- Account lockouts & rate limiting
- IP banning & geo-based lockouts
- reCAPTCHA v2/v3
- Login alerts + audit logging
- REST API (JWT/token) for frontend/mobile
I priced it cheaply (€10 one-time) mainly to scratch my own itch and help other Django devs ship faster.
I’d love feedback:
- What’s missing for you to use this in production?
- Would you prefer open-source core + paid add-ons, or flat pricing?
- Any blockers you see to adopting something like this?
Setting up MFA, social login, brute-force protection, geo-IP lockouts, login alerts, etc. takes days each time. So I built Secure Django Auth — a drop-in authentication system that ships with:
- MFA (email, SMS, authenticator apps) - Social login (Google, more coming) - Account lockouts & rate limiting - IP banning & geo-based lockouts - reCAPTCHA v2/v3 - Login alerts + audit logging - REST API (JWT/token) for frontend/mobile
Live demo: https://app-secure-django-auth.proxieyard.com Docs: https://app-secure-django-auth.proxieyard.com/docs/
I priced it cheaply (€10 one-time) mainly to scratch my own itch and help other Django devs ship faster.
I’d love feedback: - What’s missing for you to use this in production? - Would you prefer open-source core + paid add-ons, or flat pricing? - Any blockers you see to adopting something like this?