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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -