adityar15's avatar

Looking for suggestion in terms of user login

So I am working on a white label web application using Laravel and Livewire that has one backend code and server while different front end code as it will be different for each client (Whitelabel).

It will be having e-commerce functionality as well so I wanted a suggestion with regards to user login while checkout or keep it as the traditional method of checkout form filling.

As security is the prime feature, I thought user login might lead to potential security loopholes as the credentials are needed to be saved locally for every request.

Would anyone please suggest to me the correct approach to dealing with this problem? Thanks in advance :)

0 likes
1 reply
jlrdw's avatar

I usually recommend browsing the github shopping cart packages looking over that code and getting some good ideas.

Your payment Gateway will also be a big part of it.

Edit. I'd use out of the box Authentication, the front end looks has nothing to do with the programmability of how the Authentication and authorization work.

Please or to participate in this conversation.