London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
The client authentication have nothing to do with the user being anonymous or not. You will still need to send a bearer token to the Forms API to verify that your client have the permission to post stuff.
Ideally you'll post to your own API and not directly to the forms api. Your own API will in its turn be the one holding the JWT Bearer Token sending it to the forms api. This should be done serverside.
AddOpenIDConnectUI
, as mentioned in the link above, but had no luck.