How to: secure Aimeos-Laravel BE?

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!
sieg01
Posts: 16
Joined: 01 Jan 1970, 00:00

How to: secure Aimeos-Laravel BE?

Post by sieg01 » 20 Jun 2024, 04:20

How to secure /admin of an Aimeos-Laravel installation?
There are different solutions I've seen with other applications.

What is the recommended or best way to do it and how (for each option) for Aimeos?

Thanks.

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

Re: How to: secure Aimeos-Laravel BE?

Post by aimeos » 20 Jun 2024, 06:55

Laravel authentication is already securely designed so there's normally no need to improve that. If you are using Aimeos in very sensible environments, you can add 2FA in addition. There are tutorials for Laravel explaining how to add that.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

sieg01
Posts: 16
Joined: 01 Jan 1970, 00:00

Re: How to: secure Aimeos-Laravel BE?

Post by sieg01 » 20 Jun 2024, 09:02

aimeos wrote: 20 Jun 2024, 06:55Laravel authentication is already securely designed so there's normally no need to improve that.
Ok.
aimeos wrote: 20 Jun 2024, 06:55 If you are using Aimeos in very sensible environments, you can add 2FA in addition. There are tutorials for Laravel explaining how to add that.
Thanks for the hint.

Post Reply