I would like to create an ASP MVC 3 website with an auth system. I want to add users to my database when they connect to the website so that I can save their messages on the website. The problem is that I was not able to execute the correct entry / exit system. I tried C # sdk and Javascript SDK. I also read some sample code that I found out on the Internet, but this is useless ... Can someone provide me with mvc 3 / javascript login / logout system?
Many thanks!
source
share