kumidc/radius
Kumi 70b5235be8
Enhanced TOTP verification and added RADIUS support
Implement additional security and functionality in authentication with the introduction of docstrings, type hints, and extended verification logic in the TOTP model to prevent repeated token use, improving robustness against replay attacks. Simultaneously, established the groundwork for RADIUS (Remote Authentication Dial-In User Service) support by creating models and management commands essential for handling authentication, accounting packets, and web-based authentication challenges, broadening the system's capability to integrate with network access servers and services.

Resolves issues with token replay attacks and sets the stage for scalable network authentication mechanisms.
2024-01-28 22:23:05 +01:00
..
management/commands Enhanced TOTP verification and added RADIUS support 2024-01-28 22:23:05 +01:00
migrations Enhanced TOTP verification and added RADIUS support 2024-01-28 22:23:05 +01:00
__init__.py Enhanced TOTP verification and added RADIUS support 2024-01-28 22:23:05 +01:00
admin.py Enhanced TOTP verification and added RADIUS support 2024-01-28 22:23:05 +01:00
apps.py Enhanced TOTP verification and added RADIUS support 2024-01-28 22:23:05 +01:00
models.py Enhanced TOTP verification and added RADIUS support 2024-01-28 22:23:05 +01:00
server.py Enhanced TOTP verification and added RADIUS support 2024-01-28 22:23:05 +01:00
tests.py Enhanced TOTP verification and added RADIUS support 2024-01-28 22:23:05 +01:00
views.py Enhanced TOTP verification and added RADIUS support 2024-01-28 22:23:05 +01:00