Is there any possibility that I could pass in an API user key as part of the query string for a custom EntryPoint and allow the request which follows to be authenticated?
I am implementing an iCAL feed via a custom EntryPoint.
So far, the user has to be logged into EspoCRM in order to generate this feed but it would be nice to pass the API user key as part of the query string so that authentication and restrictions can be applied regardless of whether a user is logged in.
I am implementing an iCAL feed via a custom EntryPoint.
So far, the user has to be logged into EspoCRM in order to generate this feed but it would be nice to pass the API user key as part of the query string so that authentication and restrictions can be applied regardless of whether a user is logged in.
Comment