I currently develop a chrome extension with quite similar functionality like pocket (https://chrome.google.com/webstore/detail/save-to-pocket/niloccemoadcdkdjlinkgdfekeahmflj?hl=en).
I have a main site (let say it's called https://mypocketsite.com), where user can signup/login on this site.
My goal is : from my chrome extension, how do i get user session (who's currently logged in at my main site -> https://mypocketsite.com) ?
I've read the chrome developer extension documentation, but just got stuck on how to make it works. Any helpful advice would be greatly appreciated. thanks!