All articles

Passbolt mobile app is here.

3 min. read

Max Zanardo

Max Zanardo

12 November, 2021

Beta testers needed!

Enabling the plugins on the server

With Docker installations

PASSBOLT_PLUGINS_JWT_AUTHENTICATION_ENABLED=TRUE
PASSBOLT_PLUGINS_MOBILE_ENABLED=TRUE

With packages and source installations

return [
// …
    // locate the passbolt section
    'passbolt' => [
        // insert the following plugin block after 'passbolt'
        'plugins' => [
            'mobile' => [
                'enabled' => true
            ],
            'jwtAuthentication' => [
                'enabled' => true
            ],
        ],
        // leave the rest untouched, most likely gpg block, ssl, …
        // …
    ],
];

Creating the JWT keys

sudo mkdir -m=770 /etc/passbolt/jwt
sudo chown www-data:www-data /etc/passbolt/jwt/
sudo su -s /bin/bash -c "/usr/share/php/passbolt/bin/cake passbolt create_jwt_keys" www-data
sudo su -s /bin/bash -c "/usr/share/php/passbolt/bin/cake passbolt healthcheck" www-data
JWT Authentication
[PASS] The JWT Authentication plugin is enabled
[PASS] The /etc/passbolt/jwt/ directory is not writable.
[PASS] A valid JWT key pair was found

Configuring the mobile app

YouTube thumbnail for 3PYsqNuSj5c
  1. Connect to your passbolt account with your favourite browser.
  2. Go to your user profile in the browser.
  3. You will see a new menu item “Mobile setup”, please access it and click the start button.
  1. Add the iOS app or the Android app to your mobile
  2. You can now open the passbolt mobile application and follow the wizard (demo).

Feedback welcome!

Continue reading

Passbolt has Revamped its Password Generator

4 min. read

Passbolt has Revamped its Password Generator

Changing requirements for what makes a strong password means that password managers must adapt. Let’s have a look at the latest…

Vivien Muller

Vivien Muller

24 November, 2021

Passbolt browser integration just got an upgrade

3 min. read

Passbolt browser integration just got an upgrade

Based on users feedback, it was time for passbolt to upgrade some of the browser extension integration features, primarily the auto-fill /…

Vivien Muller

Vivien Muller

10 November, 2021

Flag of European UnionMade in Europe. Privacy by default.