Base solution for your next web application
Open Closed

Where to Put Code That Runs Once At Login? #9776


User avatar
0
BigCDogCrew created

AspNetZero 7.2.0 MVC Core jQuery. Where is the best place to put code that will execute just once during user login?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @BigCDogCrew

    You can directly add it to AccountController's Login action. Is that causing a problem for you ?

    Thanks,

  • User Avatar
    0
    BigCDogCrew created

    Thanks.