2
votes

I use Passport package for API Authentication in Laravel Project.

I pass access token via header to verify User actions. but, i need to send access token via API URL.

Like this :

http://aarts.net/rest/api/v1/cart?access_token=vIRTPypU16SuMar6xSK1clzGXOGvOwQPX3WoT71A

enter image description here

I need to send access token via API URL.

enter image description here

1
I'm sorry but I can hardly understand your question, could you explain it better?Gianfrancesco Aurecchia
can you show your code? where you pass the access token via header?Ben

1 Answers

1
votes

Sorry,you can't do that, laravel passport does not support