Hi -
Is there any way to forcefully logout a user - from server code (backend API) ?
The use case is that either on customer request (or on automatic detection of suspicious activity) - I want to lock user account for say 24 hrs - I am tracking user status myself - to not allow logins - but how to invalidate any existing login ??
Thanks.