Files
prod-wag-backend-automate-s…/ApiServices/AuthService
..
2025-04-10 20:11:36 +03:00
2025-04-20 14:21:13 +03:00
2025-04-02 18:53:33 +03:00
2025-04-05 14:59:10 +03:00
2025-04-02 18:53:33 +03:00
2025-04-10 20:11:36 +03:00
2025-04-03 14:19:34 +03:00
2025-04-03 14:19:34 +03:00
2025-04-03 15:20:39 +03:00
2025-04-05 14:59:10 +03:00
2025-04-05 14:59:10 +03:00
2025-04-03 14:19:34 +03:00
2025-04-05 23:00:38 +03:00

ToDo List:

Redis Items:

Internal serves from Class inside API:

  • Save Events activities as { {"endpoint_code-UUID1": ["event-UUID1", "event-UUID2", "event-UUID3"]}, {"endpoint_code-UUID2": ["event-UUID4", "event-UUID5", "event-UUID6"]} }

  • Save Application activities as { {"page_url1": ["appCode-UUID1", "appCode-UUID2", "appCode-UUID3"]}, {"page_url": ["appCode-UUID4", "appCode-UUID5", "appCode-UUID6"]} }

Serve Only from Redis:

  • [] Endpoint: "authentication/page/valid" send data: {"page_url": "app1"} result: {"page_url": "appCode-UUID4"}

Client side Frontend: On Redirect [send=> authentication/page/valid] Retrieve available application UUIDs from API Redirect to related page with UUID { "appCode-UUID1": App1.tsx }