1

I’m trying to generate a JSON Web Token to connect to the private version of jitsi:

https://jaas.8x8.vc/

Since this has to be done from a bubble.io app, is there a service or a way I can send a header, body and key to an API (store the private key there) and get a signed JWT?

johan855
  • 1,578
  • 4
  • 26
  • 51

1 Answers1

1

Looking briefly at the requirement, I think using the API Connector should do the trick.

You can pass in all the parameters in the spec and return back the JWT token.

Here is an example of a similar generate JWT using the API Connector.

Bubble API Connector

Here is a longer example of generating a JWT in Bubble.io - using Ayrshare.

Geoffrey Bourne
  • 560
  • 4
  • 13