> For the complete documentation index, see [llms.txt](https://docs.blerify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blerify.com/changelog/web-portal/web-portal-release-1.5.md).

# Web Portal Release 1.5

### **Verifiable Credentials (VCs) Management** <a href="#id-0-toc-title" id="id-0-toc-title"></a>

* **Membership VC with Benefits:** You can now create and associate exclusive benefits such as discounts, special pricing, or custom groupings with membership credentials.
* **Gov ID VC:** Exclusive for government organizations.
* **VC Package Purchase Management:** You can now purchase a package, and we will assign the number of VCs you have bought.
* **Improvements in VC Creation Flow:** VCs can now only be created through the Getting Started guide.

### **Data Update and Management** <a href="#id-1-toc-title" id="id-1-toc-title"></a>

* **Smart Database Upload:** If an email already exists in the database, fields such as names will be updated automatically.
* **New Registration Form:** Add individual contacts quickly and easily.
* **Recent Recipients View:** Easily check the most recent recipients.

### **Virtual Wallet Improvements** <a href="#id-2-toc-title" id="id-2-toc-title"></a>

* **Homepage Redesign:** New interface with visual and text adjustments for a better user experience.
* **Faster VC Issuance:** Credentials will automatically appear in the wallet upon issuance.
* **Safe Rollback:** If an approved issuance fails, the system will automatically revert the process.
* **Issuer Images:** Included in the wallet and verifier for a more personalized experience.

### **File and Document Optimization** <a href="#id-3-toc-title" id="id-3-toc-title"></a>

* **HTML to PDF Conversion:** New feature to improve PDF viewing compatibility.
* **Improved PDF Upload and Viewing:** Faster and more efficient.
* **Private Template Viewing:** Easily access your custom templates.

### **Performance and Security** <a href="#id-4-toc-title" id="id-4-toc-title"></a>

* **Performance Improvement:** Reduced loading times and optimized credential issuance.
* **Optional Attributes in POV Rules:** Greater flexibility in rule configuration.
* **Signature and Approval Management:** Improved visualization and approval flow for credentials.
* **JWT Fix After DID Key Renewal:** Greater stability and security in authentications.

### **Benefits Section** <a href="#id-5-toc-title" id="id-5-toc-title"></a>

* **New Membership Credentials:** It is now possible to issue verifiable membership credentials within the wallet.
* **Benefit Management from the Portal:** Added the option to create benefits such as discounts, groupings, or special pricing directly from the administrative portal.
* **Association of Benefits to Credentials:** Benefits can be linked to specific credentials, allowing for a personalized user experience.
* **Portal-Wallet Integration:** Automatic synchronization between the portal and the wallet to ensure benefits are always up to date.
* **Verifiable Web for Benefits:** New functionality that allows users to view the benefits associated with a credential through Verifiable Web.
* **Benefit Activation from the Gateway:** Added support for activating and managing benefits through gateway integrations.

### Credentials <a href="#id-6-toc-title" id="id-6-toc-title"></a>

* **VC Issuance Limit:** It is now possible to define and view the issuance limit for verifiable credentials (VCs).
* **OpenID4VP Compatibility:** Support for authentication and presentation of verifiable credentials using OpenID4VP.
* **New VC Types:**
  * **Membership:** Creation and association of benefits with membership-type credentials.
  * **Gov ID:** Exclusive for government organizations.
* **VC Creation Flow:** All credentials must now be generated through the Getting Started section.
* **Automatic Data Update:** If a database with existing emails is uploaded, names will be updated automatically (backend integration).
* **Single Contact Registration:** Added a form to register a single contact.
* **Automatic Wallet Display:** Approved VCs will appear immediately in the Wallet.
* **Rollback on Approval Failures:** If an approved VC fails, the system will execute an automatic rollback.
* **Issuer Image:** The issuer's image is now included in the Wallet (RoT) and the verifier.
* **Recipient History:** Lists the most recently added recipients.
* **Persistent User Selection:** When changing pages, selected users will not be deselected.
* **VC Metadata:** Added created\_at and updated\_at in the frontend with creation date.

<br>

### Flow and UX Improvements <a href="#id-7-toc-title" id="id-7-toc-title"></a>

* **POV Flow:**
  * Adjustment in the instruction code to improve the user experience.
  * Support for optional attributes in POV rules.
  * Integration with the Presentation Exchange v2.0.0 standard.
* **HTML to PDF Conversion:** Added HTML to PDF conversion with Node.js.
* **PDF Loading Optimization:** Improved performance in loading and viewing PDF documents.
* **Private Template Support:** Viewing of generic private templates.
* **Email Notification on VC Issuance:** An automatic email is sent when a credential is issued to an existing DID.
* **Automatic Signature on Credentials:** Credentials can now be created with automatic signing.
* **Improved VC Reception Time in Wallet:** Optimized backend-wallet integration to reduce latency.
* **Unification of VC Creation Flows:** Integration of Getting Started with creation from an empty project.
* **JWT Integration:** Fixed JWT handling when a DID renews its expired keys.

### Backend & API Improvements <a href="#id-8-toc-title" id="id-8-toc-title"></a>

* **Approvals:**
  * New API to update and return the number of approvers required in a flow.
  * Fixed the display of VCs approved by a signer, preventing them from remaining pending for another Approver.
* **QR Generation:** Improved QR code display within generated PDFs.
* **Schema Validations in Backend:**
  * Implementation of networknt/json-schema-validator for schema validation.
  * Ability to customize formats, validations, and vocabularies.

### **Wallet Interface Improvements** <a href="#id-9-toc-title" id="id-9-toc-title"></a>

* **Home Screen Redesign:** New layout and optimized experience for users.
* **Visual and Text Adjustments:** Improved readability and consistency of texts within the app.

### **Wallet Connection Management** <a href="#id-10-toc-title" id="id-10-toc-title"></a>

* **Relocation of "Connections":** The Connections section is now located within Profile for better organization.
* **Interaction with Organizations:**
  * Clicking on an organization the user is connected to enables new management and viewing options.


---

# 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.blerify.com/changelog/web-portal/web-portal-release-1.5.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.
