Monday 21 November 2016

Is there anything similar to ASP.Net authentication in node?

One thing that I really like about ASP.Net is how easy it is to handle sign in authentication.ASP.Net will automatically redirect you to the sign on page of you attempt to access a protected page without being signed on. You can do all kinds of cool things with attributes to decide if the user has the proper security to access any given page.Is there anything similar in node.js that can handle these as well as .Net does?

Submitted November 22, 2016 at 05:31AM by angels_fan

No comments:

Post a Comment