Adding attach role to identity functionality

This commit is contained in:
2026-04-04 00:26:45 -04:00
parent f8d3d3fcff
commit 34dc6c9ab6
4 changed files with 96 additions and 85 deletions

View File

@@ -21,7 +21,7 @@ var commands = []Command{
Handler: roleMain,
},
{
Names: []string{"authenticate", "authentication", "auth"},
Names: []string{"authenticate", "auth"},
Description: "Authentication Management",
Handler: authenticateMain,
},