Hi. I'm using Laravel to build a frontend to a server which is running a json-rpc based API. So I made json-rpc provider that performs requests from laravel frontend to server backend. But server requires authentication: "user_login" method request with "login", "password" credentials and if success server returns "token" which I have to put in every next request. Can't get how to pass "token" to each request and where to store it?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community