Started work on token module and implemented 'make-token' command to impersonate a user from username and password.

This commit is contained in:
Jakob Friedl
2025-10-16 19:29:49 +02:00
parent 80579e5c7f
commit dea10ba7d5
6 changed files with 228 additions and 3 deletions

View File

@@ -127,6 +127,8 @@ proc draw*(component: AgentModalComponent, listeners: seq[UIListener]): AgentBui
if igButton("Build", vec2(availableSize.x * 0.5 - textSpacing * 0.5, 0.0f)):
component.buildLog.clear()
# Iterate over modules
var modules: uint32 = 0
for m in component.moduleSelection.items[1]: