add readme
This commit is contained in:
+18
-1
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user