Search found 3 matches

by AlbertoAguilera
30 Jul 2019, 18:24
Forum: Laravel package
Topic: JSON API AUTH
Replies: 2
Views: 1016

Re: JSON API AUTH

I just read in the docs that aimeos package doesnt overrides the current auth system, i just added the auth:api middleware to the desired route, it seems to work just going to check everything works fine, thx.
by AlbertoAguilera
29 Jul 2019, 20:36
Forum: Laravel package
Topic: JSON API AUTH
Replies: 2
Views: 1016

JSON API AUTH

I'm struggling to setup the jsonadm with laravel passport, cause i want to override the admin frontend and build one with react and use password grant tokens to my users, I added the API middleware to the jsonadm route but it keeps popping the login dialog, can you give us a guideline to extend the ...
by AlbertoAguilera
25 Jul 2019, 23:44
Forum: Laravel package
Topic: JSON API authentication
Replies: 4
Views: 2796

Re: JSON API authentication

I'm also struggling to setup the jsonadm with laravel passport, cause i want to override the admin frontend and build one with react and ise password grant tokens to my users, y added the API middleware to the jsonadm route but it keeps popping the login dialog, can you give us a guideline to extend...