Search found 2 matches

by CWirth
26 May 2018, 15:11
Forum: Laravel package
Topic: JSON API authentication
Replies: 4
Views: 2797

Re: JSON API authentication

Thank you for your answer.
I managed to configure Laravel Passport and generated an access token.
I also configured an Base-URL, but if I sent an OPTIONS request the response only contains an empty body.
Do you have an idea what I did wrong?

Thanks in advance
Christian
by CWirth
25 May 2018, 11:31
Forum: Laravel package
Topic: JSON API authentication
Replies: 4
Views: 2797

JSON API authentication

Dear Aimeos-team, I am using the Aimeos-Laravel package(2017.10 with Laravel 5.5) on Ubuntu 18.04 with PHP 7.2.5. I started using Aimeos recently. I am trying to access Aimeos through the JSON REST API but I have problems understanding how the authentication works. An example: A used the command &qu...