agregado de nuevos usuarios listo

This commit is contained in:
2025-09-24 17:51:05 -06:00
parent 85886f1fed
commit 11b95c97a7
11 changed files with 275 additions and 42 deletions

View File

@@ -25,4 +25,11 @@ rest {
method = "post"
body = "json"
}
# Post-auth: obtener atributos de respuesta (VLAN, etc.)
post-auth {
uri = "http://node:3000/post-auth"
method = "post"
body = "json"
}
}

View File

@@ -0,0 +1,11 @@
rest rest_inner {
connect_timeout = 4
read_timeout = 8
authorize {
uri = "http://node:3000/authorize-inner"
method = "post"
body = "json"
}
}