Fenn_CAM
About
- Username
- Fenn_CAM
- Joined
- Visits
- 7
- Last Active
- Roles
- Member
Comments
-
Hey Kristian, thank you so much for your response! I also thought about setting up an API endoint (Next.js API hosted on https://vercel.com), but I would be unsecure how to secure the authentication for this endpoint (JSON Web Token,...)? My teams w…
-
Hi, That is correct - the code is running on the client side (participants' browser) and they are sending API calls from their client (see code snippet below*). So presumably the API_KEY needs to be openly accessible, right? Best regards Julius * t…