
5 min. read
So you want to play with the passbolt API? Let’s talk about JWTs.
Practical tour of Passbolt JWT authentication: create an OpenPGP challenge, exchange encrypted messages, and obtain access and refresh tokens without passwords.

Passbolt 5.7.0, called “Bloom” is now available (release notes: 5.7.0, 5.7.1, 5.7.2) and continues the 5.x series' focus on traceability, administrative efficiency, and improving operational control. This release introduces secret history to access previous secret revisions and delivers enhancements to user-group workspace control and better post-import reporting.
Secret History feature allows users and administrators to access and restore previous revisions of the secret content. Users can now instantly revert an accidental update or a misconfiguration due to a rollback of the target system or resource it belongs to. A fully encrypted audit trail is maintained for every change made to a resource's secret, improving operational resilience.

Prior to this release, once a secret was updated, its previous content was permanently discarded, limiting historical review.

Administrative control is provided via server settings, allowing control over the maximum number of versions stored. For security, only users who had access to a secret at the moment a version was shared with them will have access to that version in the history.
In the Users & Groups workspace, the "Delete" button was often misinterpreted as a function to remove a user from that group, frequently leading to unintended deletion of the user accounts, causing operational disruptions.

To clearly distinguish the actions and mitigate this risk, a new context-specific "Remove from group" button is positioned next to the "Delete" button. This addition eliminates the confusion between permanently deleting a user and simply removing them from a specific group, safeguarding against accidental user data loss.

Also in the Users & Groups workspace, an inline marker signals users requiring attention like account recovery requests or missing metadata keys, but this was easily missed in long lists.
To solve the visibility issue, Passbolt 5.7 introduces the new "Attention Required" filter. It allows administrators to instantly pinpoint users requiring account review.

The filter is only displayed if the current user is an administrator and is progressively disclosed, appearing only when at least one user matches an attention state.
The 5.7 release introduces a new detailed import summary dialog that appears immediately after an import operation.

The dialog has been redesigned to offer additional information by splitting issues into warnings and errors.
Warnings indicate that a resource was partially imported, but some data may be missing or converted to custom fields. Errors indicate the resources that couldn't be imported. The dialog also provides additional logs for each section, giving end users more detail to review and troubleshoot immediately.
Passbolt 5.7 also includes several internal optimisations and bug fixes reported by the community.
The next major update, Passbolt 5.8, is scheduled for December 2025 and will introduce dynamic group management, allowing administrators to create additional roles and fine-tune access permissions.
To remain informed about all Passbolt updates and community activities:
Sign up for email notifications about new releases on the changelog page.
Thank you to the community for your continued support and contribution.

5 min. read
Practical tour of Passbolt JWT authentication: create an OpenPGP challenge, exchange encrypted messages, and obtain access and refresh tokens without passwords.

13 min. read
A practical guide to running passbolt with MariaDB Galera Cluster and mTLS, ensuring authenticated replication, flexible topology, and no-lag failover.