JWT Authentication via API

Hi,

I’m currently using the session based login to communicate with the API. Now I get a warning that Third-Party-Cookies won’t be supported in future releases of Chrome.

How can I migrate to JWT Authentication, especially how do I get a jwt token via the API?

Thanks,
Volker

Hello,

Where do you get this warning? In an application you developed yourself or in passbolt browser extension?

The document for JWT Authentication can be found here:

Hi,

I’m developing a webapp and use the javascript fetch API to make requests to the Passbolt API (self hosted on a different domain than the webapp). Chrome is showing the warnings in the developer console.

Thanks,
Volker

1 Like