📄️ Logging In
Before allowing any user access to the files of a user on the server, they have to be logged in.
📄️ Authentication
Excalibur uses Secure Remote Password (SRP) protocol combined with Proof-of-Possession (PoP) to ensure secure authentication.
📄️ Encrypted Requests and Responses
Data security is of utmost importance to Excalibur. As such, certain sensitive endpoints will accept and return encrypted data.
📄️ Working With Files
Once a user is authenticated with the server, they can access their own files. The file operations available to them can be accessed by looking at the server's API documentation at /api/docs, under the "Files" category.