listo funcionmiento por usuario y contraseña

This commit is contained in:
2025-09-24 16:08:16 -06:00
parent 4f409cb4ec
commit c77ec9943b
9 changed files with 140 additions and 8 deletions

View File

@@ -18,4 +18,11 @@ rest {
method = "post"
body = "json"
}
# Autorize para inner-tunnel (EAP)
authorize_inner_tunnel {
uri = "http://node:3000/authorize-inner"
method = "post"
body = "json"
}
}