feat(idpcli): Add idp CLI (IdpCli) with commands, file-based credential storage, typed request APIs; bump deps and update config

This commit is contained in:
2025-12-14 10:58:46 +00:00
parent dddd968796
commit 47ca5934a6
11 changed files with 1728 additions and 202 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@idp.global/idp.global',
version: '1.10.0',
version: '1.11.0',
description: 'An identity provider software managing user authentications, registrations, and sessions.'
}
+1 -1
View File
@@ -36,5 +36,5 @@ export const runCli = async () => {
});
await reception.start();
await websiteServer.start();
await websiteServer.start(2999);
};