Hi there,
I’m trying to add and retrieve user custom data, it’s only working when X-DreamFactory-Session-Token and X-DreamFactory-API-Key are being provided as headers.
I was expecting it to work only with session token (without API key), am I missing something here?
I was following and also searched managing user custom data inside wiki, however could not get any related answer.
https://wiki.dreamfactory.com/DreamFactory/Tutorials/Managing_user_custom_data
Appreciate your feedback and help.
Kind regards,
Waseem
My answer lies under Erik’s feedback in the following post.
Hi @vlauciani ,
While you do not need to always supply a JWT or Session Token with any API requests, you must supply an API Key with every call. As you have seen the “Guest Access” page already, I wanted to just follow that up with this snippet:
Applications can be given “guest” access by assigning a default role to an application, detailing what resources should be accessible without user authentication. This is useful, if your application has an open “website” or kiosk mode.
This would ena…
Thank you for the support.