* docs: prepare Vendoo 1.41.2 git-ignore boundary hotfix * fix: track native source modules with root-anchored runtime ignores
15 lines
469 B
JSON
15 lines
469 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "vendoo.auth",
|
|
"name": "Authentication",
|
|
"version": "2.0.0",
|
|
"type": "core",
|
|
"status": "native",
|
|
"description": "Native Authentifizierung mit Setup, Login, Einladungen, Passwortregeln und sicheren Sitzungsübergaben.",
|
|
"requires": ["vendoo.security"],
|
|
"permissions": ["sessions.manage"],
|
|
"provides": ["auth.identity", "auth.tokens"],
|
|
"consumes": ["security.policies"],
|
|
"owns": ["auth.tokens", "auth.login-history"]
|
|
}
|