Really great video thanks for the efforts u took for us.
@SalesforceCodex2 жыл бұрын
Thank You
@chetsboy12 жыл бұрын
@@SalesforceCodex always welcome
@kumaravenkatesh3 жыл бұрын
Nicely explained!
@SalesforceCodex3 жыл бұрын
Glad it was helpful!
@stevenduong81262 жыл бұрын
Thanks so much, Sir.
@gabethebabe3840 Жыл бұрын
I have a use case where I have a custom javascript lightning component that needs to make a fetch api request to an apex rest endpoint in the same org. I get an authorization error. I cannot use lwc decorators like wire. it has to be a fetch. How can I authenticate securely without exposing any tokens? :/ please help