> For the complete documentation index, see [llms.txt](https://docs.esignet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.esignet.io/home/esignet-2.0.0/roadmap-and-releases/roadmap/roadmap-2026.md).

# Roadmap 2026

Here we present the eSignet product roadmap for 2026 and our strategic horizon forward. This roadmap outlines the planned features, progress, and release details for eSignet.

> **Annual product cycle** of eSignet commences in **January** and concludes in **December**.

<details>

<summary>Vision</summary>

eSignet Go's vision is simple: nail the foundations first, then keep expanding what's possible on top of them. The roadmap starts with a stable, standards-based general-availability release — carrying forward everything the Java version proved, on the leaner stack described under Tech Stack — and builds from there: Face and Passkey Authentication alongside today's PIN, OTP, and biometric options, wallet-based login through OpenID4VP, decoupled sign-in via CIBA, and eventually user-level MFA and single sign-on across "super app" ecosystems. Each milestone ships as its own release, one step at a time toward a more flexible, more capable eSignet.\
The table below tracks where things stand.

</details>

<table><thead><tr><th width="113.83984375">Priority 🗓️</th><th width="366.38671875">Features 🛠️</th><th width="127.890625">Details📝</th><th width="131.02734375">Status 📊</th><th>Release 📌</th></tr></thead><tbody><tr><td>P1</td><td><strong>eSignet Go Version (GA)</strong> <br>Deliver a stable release of eSignet for production deployments.</td><td><i class="fa-github">:github:</i> <a href="https://github.com/orgs/mosip/projects/22/views/3?reload=1&#x26;filterQuery=milestone%3AeSignet_thunder_2.0.0_beta.1%2CeSignet_v2.0.0">Milestone</a></td><td>🟠 In Progress</td><td>v2.0.0</td></tr><tr><td>P1</td><td><strong>Face Authentication with eSignet</strong>:<br>Introduce face authentication as a high-assurance, on-the-go authentication factor in eSignet.</td><td><i class="fa-github">:github:</i> TBA</td><td>🔵 Planned</td><td></td></tr><tr><td>P1</td><td><strong>Wallet-based login using OpenID4VP</strong><br>Standard way to request specific credentials from a wallet and receive verified presentation</td><td><i class="fa-github">:github:</i> TBA</td><td>🔵 Planned</td><td></td></tr><tr><td>P1</td><td><strong>Passkey Authentication Support</strong><br>Enable passkeys for passwordless, phishing-resistant authentication.</td><td><i class="fa-github">:github:</i> TBA</td><td>🔵 Planned</td><td></td></tr><tr><td>P1</td><td><strong>CIBA Support in eSignet</strong></td><td><i class="fa-github">:github:</i> TBA</td><td>🔵 Planned</td><td></td></tr><tr><td>P3</td><td><strong>MFA Support – User Level</strong>:<br>Allow users to manage and use multiple authentication factors during login.</td><td><i class="fa-github">:github:</i> TBA</td><td>🔵 Planned</td><td></td></tr><tr><td>P2</td><td><strong>Single Sign-On (SSO) Super App Support</strong>:<br>Enable SSO capabilities to support super apps and seamless cross-application login experiences.</td><td><i class="fa-github">:github:</i> TBA</td><td>🔵 Planned</td><td></td></tr></tbody></table>

> This roadmap covers eSignet Go only, starting from the v2.0.0 general availability release. Earlier Java-versioned releases (v1.x.x and below v2.0.0) follow a separate roadmap and aren't reflected here.

**Acronyms and Legends**:

<i class="fa-github">:github:</i> TBA - 'Github Issues Link - To Be Added'


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.esignet.io/home/esignet-2.0.0/roadmap-and-releases/roadmap/roadmap-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
