Nauthilus REST API Documentation
This document provides a comprehensive reference for the Nauthilus REST API, following industry standards for API documentation.
API Overview
Nauthilus provides a REST API that allows you to interact with the authentication and authorization system. The API is divided into two main channels:
- Backend Channel - Used for server-to-server communication and administrative operations
- Frontend Channel - Used for user-facing operations like login, consent, and two-factor authentication
Security Considerations
Important! Backend channel endpoints should be properly secured and not exposed to the public internet without appropriate authentication mechanisms.
Authentication Methods
The API supports multiple authentication methods:
- HTTP Basic Authentication
- JWT Authentication