> For the complete documentation index, see [llms.txt](https://docs.linora.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linora.finance/cards-and-usage/mobile-app/security.md).

# Security

> **Note** This subsection describes security mechanisms specific to the Linora mobile application.

The Linora mobile app follows the same security model as the web platform while introducing **additional protections tailored for mobile usage**.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><p><mark style="color:blue;"><strong>Authentication and session security</strong></mark></p><p>Access to the mobile app requires:</p><ul><li>valid Linora account credentials,</li><li>an active authenticated session,</li><li>device-level protection where available.</li></ul><p>User sessions are <strong>securely managed</strong> and can be invalidated at any time.</p></td><td><a href="/files/15v9fBnbmctXRSzuI1QK">/files/15v9fBnbmctXRSzuI1QK</a></td></tr><tr><td><p><mark style="color:blue;"><strong>This may include</strong></mark></p><ul><li>biometric authentication (Face ID / fingerprint),</li><li>device passcode protection,</li><li>secure OS-level storage for session data.</li></ul><p>Exact availability depends on the user’s device and system configuration.</p></td><td><a href="/files/9JgUAta0Wjik2frdXbi8">/files/9JgUAta0Wjik2frdXbi8</a></td></tr><tr><td><p><mark style="color:blue;"><strong>Sensitive actions</strong></mark></p><p>Certain actions inside the mobile app may require <strong>additional verification</strong>, including:</p><ul><li>one-time passwords (OTP),</li><li>re-authentication prompts,</li><li>temporary session confirmation.</li></ul><p>This helps reduce the risk of unauthorized access if a device is compromised.</p><p><br></p></td><td><a href="/files/hF2cdtwvNt7RqGria6zJ">/files/hF2cdtwvNt7RqGria6zJ</a></td></tr><tr><td><p><mark style="color:blue;"><strong>Data handling</strong></mark></p><ul><li>No private keys are stored directly in the mobile app.</li><li>Sensitive data is transmitted over <strong>encrypted channels</strong>.</li><li>Account-critical logic remains server-side.</li></ul></td><td><a href="/files/a4hWmgnMKHye9x8rcHnM">/files/a4hWmgnMKHye9x8rcHnM</a></td></tr><tr><td><p><mark style="color:blue;"><strong>Account control</strong></mark></p><p>Users retain full control over their account:</p><ul><li>sessions can be revoked from other devices,</li><li>access can be restored through standard recovery procedures,</li><li>security changes apply across web and mobile simultaneously.</li></ul></td><td><a href="/files/2rb1vuUrbwUR74aIrmJX">/files/2rb1vuUrbwUR74aIrmJX</a></td></tr><tr><td><p><mark style="color:blue;"><strong>Summary</strong></mark></p><ul><li>Mobile app security is aligned with the web platform</li><li>Device-level protections enhance account safety</li><li>All critical security controls remain centralized</li></ul></td><td><a href="/files/6ACBsJHV3je4Ai0nWqW5">/files/6ACBsJHV3je4Ai0nWqW5</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linora.finance/cards-and-usage/mobile-app/security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
