After login, call a function to send message to extension to store session id
I want the user to login on website and when he logs in , website calls authenticate with API using header Bearer < Bearer token>
I would like to send this token to background script of my chrome extension so that it is avaliable for chrome extension. How to do this?
I would like to send this token to background script of my chrome extension so that it is avaliable for chrome extension. How to do this?