Javascript – Azure App Services built in auth programatic log out
I am working on an azure app services application using built in auth. I am trying to implement an auto logout due to inactivity feature, so when the user steps away from their browser the app should log out. Following…