> For the complete documentation index, see [llms.txt](https://docs.inji.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inji.io/inji-wallet/inji-web/inji-web/version-0.13.1.md).

# Version 0.13.1

**Release Notes:** Inji Web Wallet 0.13.1

**Release Type:** Patch

**Release Date:** 18th August 2025

### Overview

The Inji Web 0.13.1 (Patch) release delivers key improvements in configuration and mimoto session handling. The patch enhances Docker and inji-config setup for smoother local development and trusted verifier update. On the backend, mimoto now leverages Spring Security for session management, resolving logout errors, while automation has been improved to address case sensitivity issues in test assertions.

### Key Highlights

#### Docker & Configuration

* **Docker Changes**: Enhancements in Docker setup to streamline local setup.
* **Inji-Config Changes**: Updates made to inji-configuration files to ensure compatibility with the latest mimoto changes.
* **Trusted Verifiers Update**: Redirect and Response URIs in `inji-config` updated to:
  * `https://${mosip.injiverify.host}/`
  * `https://${mosip.injiverify.host}/v1/verify/vp-submission/direct-post`

#### Mimoto Enhancements

**Code change**

* Removed custom code that explicitly deleted the session.
* Now relying on **Spring Security** to handle session invalidation automatically.
* Prevents `IllegalStateException: Session was invalidated` error during `/logout`.

**Automation change**

* Enhance automation stability by removing case sensitivity comparison for issuer and credential types

### Features Released

NA

### Bug Fixes

As part of the **0.13.1 patch**, the following issue has been addressed:

| Jira ID                                                         | Description                                                       |
| --------------------------------------------------------------- | ----------------------------------------------------------------- |
| [INJIWEB-1685](https://mosip.atlassian.net/browse/INJIWEB-1685) | `/logout` API of mimoto is giving 401 in the released environment |

### Known Open Bugs

The list of known issues can be found [here](https://mosip.atlassian.net/issues/?jql=project%3D%22Inji%20Web%22%20and%20type%20in%20%28bug%29%20and%20status%20not%20in%20%28closed%2C%20canceled%29%20order%20by%20created%20DESC).

### Repositories Released

| Module      | Version                                                    |
| ----------- | ---------------------------------------------------------- |
| Inji-web    | [v0.13.1](https://github.com/mosip/inji-web/tree/v0.13.1)  |
| mimoto      | [v0.18.1](https://github.com/mosip/mimoto/tree/v0.18.1)    |
| inji-config | [v0.9.1](https://github.com/mosip/inji-config/tree/v0.9.1) |

### Compatible Modules

| Module               | Version                                                      |
| -------------------- | ------------------------------------------------------------ |
| Inji Wallet (Mobile) | [0.17.0](https://github.com/mosip/inji-wallet/tree/v0.17.0)  |
| Inji Certify         | [0.11.0](https://github.com/mosip/inji-certify/tree/v0.11.0) |
| Inji Verify          | [0.13.1](/inji-wallet/inji-web/inji-web/version-0.13.1.md)   |
| eSignet              | [1.5.1](https://github.com/mosip/esignet/tree/v1.5.1)        |
| VC Verifier          | [1.3.0](https://github.com/mosip/vc-verifier/tree/v1.3.0)    |

### Documentation

* [Technical Documentation](https://docs.inji.io/inji-wallet/inji-web/technical-overview)
* [Feature Documentation](https://docs.inji.io/inji-wallet/inji-web/overview/features)
* [End-User Guide](https://docs.inji.io/inji-wallet/inji-web/functional-overview/end-user-guide)
* [QA Report](https://docs.inji.io/inji-wallet/inji-web/inji-web/version-0.13.1/test-report)


---

# 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.inji.io/inji-wallet/inji-web/inji-web/version-0.13.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.
