Commit Graph

13 Commits

Author SHA1 Message Date
a98c77cd2e Refactor of authentication code. Added configuration file selectable authentication method. Selectable from built-in Azure Identity, and custom PCA using MSAL.
Some checks failed
build / build (push) Failing after 14s
2026-03-08 19:07:10 +01:00
059590fde4 fix: removed unefficient AI generated call pattern using one-use object types created for 2-3 variable passing.
Some checks failed
build / build (push) Failing after 13s
2026-03-07 16:33:13 +01:00
cb41e7dec1 Migrated to TypeScript. 2026-03-05 21:29:58 +01:00
2180d5aa4c Add explicit login/logout flows and browser selection 2026-02-08 20:35:36 +01:00
5888cb4d1a Added more filtering options to app listing. 2026-02-08 15:26:24 +01:00
eb8a2562a6 feat(graph): add resource permission listing and output mode aliases 2026-02-08 14:46:51 +01:00
61111cc082 feat(graph): add --resolve for list-app-permissions 2026-02-08 13:19:50 +01:00
20b8f51791 chore(license): add MIT LICENSE and SPDX headers to source files 2026-02-08 12:05:53 +01:00
97f6599056 docs(jsdoc): fix async return and param annotations 2026-02-08 11:53:53 +01:00
6c5b628c70 feat(cli): add stdin table command and pretty rendering option 2026-02-08 11:52:51 +01:00
a22b762180 feat(cli): add graph commands with query and table output 2026-02-08 11:42:47 +01:00
b4cddcc50a refactor(config): load JSON configs and emit JSON-only PCA output 2026-02-08 10:44:04 +01:00
21b469c118 Reorganized the module structure. 2026-02-05 05:55:08 +01:00