Example #1
0
 public ActionResult LogOff()
 {
     JwtCookieManager.SignOut();
     return(RedirectToAction("Index", "Home", null));
 }
 public ActionResult LogOff()
 {
     JwtCookieManager.SignOut();
     BaseController.CurrentUser = null;
     return(RedirectToAction("Index", "Home", null));
 }