Skip to content
This repository was archived by the owner on Nov 12, 2023. It is now read-only.
This repository was archived by the owner on Nov 12, 2023. It is now read-only.

System and system_user status check in TOTP #8

Description

@godwinpinto

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:

  1. Develop a new module in domain-scheduler
  2. The module will be responsible to fetch data from DB at regular intervals and update cache engine from infrastructure
  3. The same implementation in security located at controller end to fetch and checked for valid system and system_user from cache

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions