Version 0.13.1
Last updated
Was this helpful?
Release Notes: Inji Web Wallet 0.13.1
Release Type: Patch
Release Date: 18th August 2025
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.
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
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
NA
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
The list of known issues can be found here.
Last updated
Was this helpful?
Was this helpful?