Login
Secure access to Idyomiks administration
Security notes
This panel follows OWASP recommendations:
- Passwords are hashed using Laravel's secure hashing.
- API access uses bearer tokens, never raw passwords.
- All mutating actions are protected with CSRF tokens.
- Authentication attempts are rate limited.