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

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -