add readme

This commit is contained in:
2024-09-29 14:02:10 +02:00
parent 31a6ef96d8
commit 7735b4070a
4 changed files with 352 additions and 4 deletions
+18 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@idp.global/idp.global",
"version": "1.0.0",
"description": "the code that runs the idp.global software",
"description": "An identity provider software managing user authentications, registrations, and sessions.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -78,5 +78,22 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"identity provider",
"authentication",
"user management",
"registration",
"session management",
"JWT",
"TypeScript",
"user login",
"user registration",
"session handling",
"email verification",
"mobile verification",
"user roles",
"organization management",
"billing management"
]
}