0
    
    
        
                    pavel.maskevich created
                    
                    
                    
                
                - ABP Framework version: v7.2.3
 - UI Type: Angular / MVC
 - Database System: EF Core (SQL Server)
 - Tiered (for MVC) or Auth Server Separated (for Angular): no - separated
 - Exception message and full stack trace:
 - Steps to reproduce the issue: run angular + .net default template -> login with admin account -> deactivate yourself -> clear local storage -> refresh page
 
as a workaround to break this endless loop by doing the following: open an extra tab in your browser -> navigate to the authentication server app -> click the logout button.
4 Answer(s)
- 
    0
Hello,
Why you clear local storage manuel instead using logout button ? Yet I'll open an issue about the "what's gonna happend after deactive yourself".
If you use logout button, there won't be any problem in case
 - 
    0
Hello,
I clear the local storage, that allow as to check what happens if the token expires (including for a deactivated user)
 - 
    0
Hello,
I clear the local storage, that allow as to check what happens if the token expires (including for a deactivated user)
Normally if token expires, it'll logout or uses refresh_token
 
