How can I keep a session between the frontend (angularjs) and the backend (java or c#)? -
i developing web application angularjs in frontend , java or c# backend, , i'll use rest communication.
my doubt is: how can keep session between frontend , backend? tools show use?
i have found oauth , j2ee container authentication, options have?
is there library or job in transparent way, 'hides' complexity, don't need manipulate cookies?
thanks in advance.
your session management , security implementation remains same non angular apps. if it's java suggest using spring security. have many options authentication, , can protect rest urls simple configuration.
Comments
Post a Comment