Pairing AngularJS and Java EE 7 for authentication
In this post I will illustrate how to pair your AngularJS SPA (single-page application) with a Java EE backend providing a JAX-RS 2.0 API. Especially the token based authentication part is described in detail. My intention is a more general…