function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Adelchi PelizzoAdelchi Pelizzo 

Http call inside Lightning Component bypassing OAuth

Inside a lightning component, I make an API call to "/services/data/v46.0/sobjects/ ..."

Lightning requires authorization even if the call is done internally. (Sounds weird to me).

I want to have this OAuth process run silewntly in the back ground.