How to: secure Aimeos-Laravel BE?
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
How to: secure Aimeos-Laravel BE?
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.
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.
Re: How to: secure Aimeos-Laravel BE?
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,
give us a star
If you like Aimeos,

Re: How to: secure Aimeos-Laravel BE?
Ok.
Thanks for the hint.