Omari Mubutu
11/17/2022, 11:35 AMbefore_action :authenticate_spree_user!
on my store controller but it renders unauthorized (solidus 3.2) as well as it say _redirected too many times on the browser. I'_m trying to authenticate customers before they can shop; is there another way of achieving this ??kennyadsl
Omari Mubutu
11/17/2022, 11:43 AMkennyadsl
before_action
in the login page. You can use https://api.rubyonrails.org/v7.0.4/classes/AbstractController/Callbacks/ClassMethods.html#method-i-skip_before_action.Omari Mubutu
11/17/2022, 12:49 PMkennyadsl