You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature:
Currently in TOTP requests the System_master and System_user are not checked for active status. This might lead to to having access to the APIS after JWT has been issued but user or system has been disabled from admin panel post that.
Solution:
Develop a new module in domain-scheduler
The module will be responsible to fetch data from DB at regular intervals and update cache engine from infrastructure
The same implementation in security located at controller end to fetch and checked for valid system and system_user from cache
Feature:
Currently in TOTP requests the System_master and System_user are not checked for active status. This might lead to to having access to the APIS after JWT has been issued but user or system has been disabled from admin panel post that.
Solution: