Bubble API Connector authentication using JWT Token

Hi,

We are looking to use external API to authenticate the users. We use JWT Token to authenticate the users. The API is not based on API key.

I could not understand why Bubble asks for Scope, Iss, private key. Bubble while acting as a frontend shall receive the jwt token from the API call which can be used for further requests.

How do we proceed with the authentication without these details?

Thanks
Atul

@GH5T : can you help here pls

I also don’t know why I need to pass Scope, Iss and private key :man_shrugging:

Which API are you trying to connect? A lot of JWT auth are mostly used like a Bearer token.

Yeah, I know now that I can used API connector without any authentication, but I have to pass “Authorization” header parameter to almost every call.

You didnt answer the reply and I didn’t say anything about not authenticate to API. Which API are you trying to connect? URL to documentation please?