Restructuring role, working through Allow Role to Identity functionality

This commit is contained in:
2026-04-03 22:36:14 -04:00
parent 73d1e7967d
commit f8d3d3fcff
3 changed files with 133 additions and 5 deletions

View File

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