Struggling to adapt Valerio Coltrè's Angular login example on GitHub to work with my ServiceStack authentication.
Despite appreciating Valerio's implementation of authentication, I am facing challenges as he uses an httpBackend mock and intercepts API GET and POST requests. My attempts to integrate it smoothly with my ServiceStack API hosted at /api have been unsuccessful.
Has anyone successfully combined Valerio's solution with a REST service before?