Implementing JWT for Aimeos/Laravel

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Kappa.yahyya
Posts: 11
Joined: 14 Jun 2021, 05:59

Implementing JWT for Aimeos/Laravel

Post by Kappa.yahyya » 09 Jul 2021, 11:43

Hi
I wanted to implement JWT for aimeso , as you know , aimeos is using cookies on its jsonapi.
So i need to remove using cookies and try to add JWT into controllers.

1- First thing is should i use Aimeos as an extension on New and fresh laravel installation or its better to use Aimeos Laravel package?

2- Aimeos Laravel package is using Old laravel , can i update the laravel? Laravel is on 8 version right now.

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Implementing JWT for Aimeos/Laravel

Post by aimeos » 09 Jul 2021, 14:30

There are two repositories, the Aimeos Laravel package and the Aimeos distribution.

Use the Aimeos Laravel package and change things there because you can use Laravel 8 with it:
https://github.com/aimeos/aimeos-laravel
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply