> 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/versions/v2.0.0-beta.1.md).

# v2.0.0-Beta.1

**Release Number:** v2.0.0-Beta.1\
**Release Date:** 26th Aug, 2026

## Overview

[eSignet v2.0.0-Beta.1](https://github.com/mosip/esignet/tree/v2.0.0-beta.1) marks the migration of eSignet's core authentication engine from Java to Go, built on the [Thunder ID engine](https://github.com/thunder-id).

This is a migration release: the eSignet user interface and feature set carry over unchanged, and this beta is at full feature parity with [eSignet (Java) v1.8.0](https://github.com/mosip/esignet/tree/v1.8.0), unless explicitly called out as out of scope below. No end-user-facing behavior has changed as part of this migration; what's changed is the engine running underneath.

## Major Highlights

### Go-Based Core Engine

eSignet's authentication engine has been rebuilt on **Go**, using the [**Thunder ID engine**](https://github.com/thunder-id) — a Go-based identity provider engine from WSO2. This is the foundational change behind this release, and everything else in this beta builds on it.

### Feature Parity with eSignet v1.8.0

All eSignet features present in the latest [Java release (**v1.8.0**)](https://github.com/mosip/esignet/tree/v1.8.0) are carried forward in this Go-based beta at full parity, except where explicitly listed as out of scope below. The UI, authentication flows, and standards compliance are unchanged for end users and integrators.

## Out of Scope

The following are **not supported** in this beta release:

* **WLA (Wallet-based Login Authentication)** login is not supported in this release.
* **Client management endpoint support for title and subtitle fields** during relying party (RP) onboarding is not supported in this release.
* **Database support is limited to PostgreSQL only** in this release; no other database backends are supported at this time.
* **This beta does not include the eSignet Signup module.** eKYC and Identity Assurance 1.0 capabilities remain on the Java-based Signup module for now and have not yet been migrated to Go.

## Story Development

Please [refer here](https://github.com/mosip/esignet/issues?q=milestone%3AeSignet_thunder_2.0.0_beta.1%20and%20type%3AFeature) for the full list of stories implemented for this release.

## Known Issues

Please [refer here](https://github.com/mosip/esignet/issues?q=state%3Aopen%20milestone%3AeSignet_v2.0.0%20type%3ABug) for the full list of known issues in the beta version.

## Repositories Released

| Repository            | Version/Tag                                                                          |
| --------------------- | ------------------------------------------------------------------------------------ |
| eSignet               | [v2.0.0-Beta.1](https://github.com/mosip/esignet/tree/v2.0.0-beta.1)                 |
| eSignet-mock-services | [v0.14.0-Beta.1](https://github.com/mosip/esignet-mock-services/tree/v0.14.0-beta.1) |

## Compatible Modules

### eSignet compatibility with MOSIP

| Module/Repo | Compatible Version                                                            |
| ----------- | ----------------------------------------------------------------------------- |
| PMS         | [1.2.2.3](https://github.com/mosip/partner-management-services/tree/v1.2.2.3) |
| IDA         | [1.3.0](https://github.com/mosip/id-authentication/tree/v1.3.0)               |

### eSignet compatibility with Sunbird

| Module/Repo | Compatible Version                                                          |
| ----------- | --------------------------------------------------------------------------- |
| Sunbird     | [v2.0.0-rc3](https://github.com/Sunbird-RC/sunbird-rc-core/tree/v2.0.0-rc3) |

## DB Changes

**eSignet**

* Please refer the [link here](https://github.com/mosip/esignet/blob/release-2.0.x-beta.1/db_upgrade_script/mosip_esignet/sql/1.8.0_to_2.0.0_upgrade.sql) for the DB upgrade script.
* Please refer the [link here](https://github.com/mosip/esignet/blob/release-2.0.x-beta.1/db_upgrade_script/mosip_esignet/sql/1.8.0_to_2.0.0_rollback.sql) for the DB rollback script.

## Configuration Changes

For a comprehensive view of all configuration properties in eSignet (Go), please [refer here](https://github.com/mosip/esignet/blob/release-2.0.x-beta.1/esignet-service/.env.example).

## Documentation

### API Documentation

* [eSignet (Go) API](https://github.com/mosip/esignet/blob/release-2.0.x-beta.1/docs/esignet-openapi.yaml)


---

# 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/versions/v2.0.0-beta.1.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.
