I am creating an application in AngularJS that will be served by a REST in Symfony with WSSE authentication, could configure and test everything right, is working perfectly!
I have difficulty understanding what will be the authentication cycle "AngularJS> REST API"
From what I understand, when the user logs in, I have to call a method that returns me the password hash ok? This method will have to be without authentication.
With this hash I'll be able to create the WSSE header and authenticate me in REST.
I need you to help me better understand this cycle!
Hi!
I am creating an application in AngularJS that will be served by a REST in Symfony with WSSE authentication, could configure and test everything right, is working perfectly!
I have difficulty understanding what will be the authentication cycle "AngularJS> REST API"
From what I understand, when the user logs in, I have to call a method that returns me the password hash ok? This method will have to be without authentication.
With this hash I'll be able to create the WSSE header and authenticate me in REST.
I need you to help me better understand this cycle!
Congratulations on this bundle is perfect!