I am frequently getting awful popup login window in our website. I am using AngularJs with RestAngular for login.
I want to implement below solution:
As per the Rest-Heart documents. RestAngular Documentation
Restangular is then configured to:
- to add the No-Auth-Challenge request header to avoid the browser to prompt you for credentials with the awful popup login window.
Can anyone help me to configure the same using RestAngular?