I’m trying to do the rest api with authentication for a few weeks already but anyways,
I created a method on my controller actionLogin and I am able to access that with no problem but I created another one to test actionTest and it gives me the message please login. Why that message doesn’t show on the actionLogin?
I already added access role to test on my controller behavior but it still didn’t.
I want to be able to access actionTest without prompting for the user to login.