Answer the question
In order to leave comments, you need to log in
How to access laravel app via google chrome extension if using JWT?
There is an application in Laravel. I want to be able to request data (information) from it through an extension. The application requires a login and password to access resources, the token is stored in JWT, so I have no access to local storage from the outside. In this case, do I need to enter my login and password every time to get information from my application through the extension?
How can I organize the receipt and storage of a token in my case? Is it possible, for example, after logging in once in the application through the browser, to use the same token in the extension, i.e. do not enter it again, as in cookies?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question