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-configupdated 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 invalidatederror 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:
/logout API of mimoto is giving 401 in the released environment
Known Open Bugs
The list of known issues can be found here.
Repositories Released
Compatible Modules
Documentation
Last updated
Was this helpful?