What is JJInfinity?
JJInfinity is a JJ platform that unifies a robust authentication and authorization system along with forms, reports, pages, and integrations with other systems.
Why is JJInfinity secure?
This application was designed with multiple layers of protection, like a building with a reception desk, cameras, and access control on every floor.
Security Layers:
1. Secure Connection (HTTPS)
- Data is encrypted, as if it were inside a safe during transit.
- Only access with a valid digital certificate is accepted.
2. Intelligent Filter (Middleware)
- Before reaching the application, requests go through filters that:
- Detect and block incorrect access
- Check access tokens (like digital ID cards)
- Limit abuse (too many requests in a short time)
3. Permission Control
- Each user can only see and do what they are authorized to.
- Protection against attacks such as request forgery or malicious data.
Internal Components
- Audit logs monitor everything.
- The database only accepts authorized commands.
The system is secure because no one enters without permission, everything is monitored, and data is protected from entry to final storage.