Logging In
Before allowing any user access to the files of a user on the server, they have to be logged in.
Authentication
3 items
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.
Additional User Information
Sometimes, a custom Excalibur client may need to store additional information about a user. For example, in the official Excalibur app, this is used to store a state of whether the user uses obfuscated item names or not.