Reaper of Souls
❔ Is there osme way to check if a user is active/online with aspnet core identity? (cookie)
That can work. On in your client you need to check the hub.disconnrcted function. Maybe implement a function to update your server that client has disconnected
117 replies
❔ Is there osme way to check if a user is active/online with aspnet core identity? (cookie)
You can do that. Look into how notifications works and how a chat app is able to know when a message is there without a user interacting with it. Dotnet does have libraries to assist you with that
117 replies
❔ Is there osme way to check if a user is active/online with aspnet core identity? (cookie)
There is no straight answer with this one. You would need to create a new table or column where you can store the user last logged in time and use some sort of websocket to update it after some few seconds or after 5 mins. There are few ways you can go about this but it's not fun
117 replies