> 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/roadmap-and-releases/versions/v1.3.0.md).

# v1.3.0

**Release Number**: v.1.3.0

**Release Date**: 14th March, 2024

{% hint style="info" %}
**Note**: Please be informed that the `esignet-signup` tag has been updated from **v1.0.0** to **v1.0.1** on 23rd April 2024 to address a bug in the helm installation script, which was causing `esignet-signup` service to fail to initialize.
{% endhint %}

## Overview

The 1.3.0 version of eSignet focuses on launching new features in authentication modes and support for Sign-up service:

1. **Password based Authentication**

   We are thrilled to share that eSignet has expanded its authentication capabilities with the introduction of a password-based authentication factor which is a robust and reliable authentication factor secure with Captcha.
2. **Support for Sign-up service**

   Users now have the convenience of registering through our Sign-Up Service, seamlessly integrated with the ID repository without complete deployment of MOSIP Identity. In isolation with the Sign-Up Service, efficiently manages user registrations.
3. **Fixes for known VCI issues from v1.2.0**

### Features Included

Below are the features available in the release:

* [Login with password](/home/esignet/esignet-authentication/test/end-user-guide/health-portal/login-with-password.md)
* [Sign-up service](/home/esignet/esignet-signup.md)

### Repositories Released

| Repository Released    | Tags                                                                                  |
| ---------------------- | ------------------------------------------------------------------------------------- |
| keymanager             | [1.2.0.1-B4](https://github.com/mosip/keymanager/tree/v1.2.0.1-B4)                    |
| id-authentication      | [1.2.0.1-B6](https://github.com/mosip/id-authentication/tree/v1.2.0.1-B6)             |
| Artifactory-ref-impl   | [1.2.0.1](https://github.com/mosip/artifactory-ref-impl/tree/v1.2.0.1)                |
| mosip-config           | [1.3.0-ES](https://github.com/mosip/mosip-config/tree/v1.3.0-ES)                      |
| mosip-infra            | [1.3.0-ES](https://github.com/mosip/mosip-infra/tree/v1.3.0-ES)                       |
| mosip-functional-tests | [1.3.0-ES](https://github.com/mosip/mosip-functional-tests/tree/v1.3.0-ES)            |
| esignet                | [1.3.0](https://github.com/mosip/esignet/tree/v1.3.0)                                 |
| esignet-mock-services  | [0.9.2](https://github.com/mosip/esignet-mock-services/tree/v0.9.2)                   |
| id-repo                | [1.2.0.1-B3](https://github.com/mosip/id-repository/tree/v1.2.0.1-B3)                 |
| esignet-signup         | [1.0.1](https://github.com/mosip/esignet-signup/tree/v1.0.1)                          |
| mosip-openid-bridge    | [1.2.0.1-B4](https://github.com/mosip/mosip-openid-bridge/tree/v1.2.0.1-B4)           |
| mosip-openid-bridge    | [1.2.0.1-B4-lite](https://github.com/mosip/mosip-openid-bridge/tree/v1.2.0.1-B4-lite) |

For details on deployment, refer to the [helm charts](https://github.com/mosip/esignet/tree/v1.3.0/helm) in the eSignet repository.

### Documentation

* [Feature Documentation](/home/esignet/esignet-authentication/features.md)
* [Integration Guides](/home/esignet/esignet-authentication/develop/integration/relying-party/development-and-integration-with-esignet.md)
* [End User Guide](/home/esignet/esignet-authentication/test/end-user-guide.md)
* [API Documentation](https://github.com/mosip/esignet/blob/v1.3.0/docs/esignet-openapi.yaml)
* [QA Report](/home/esignet/roadmap-and-releases/versions/v1.3.0/test-report.md)


---

# 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/roadmap-and-releases/versions/v1.3.0.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.
