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?
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.