Files
pgmorbac/META.json
T
marc 3ee1e426a8 chore: rehome to crudy/pgmorbac, align version to 0.1.0
Public home is now git.villains.fr/crudy/pgmorbac with docs at
pgmorbac.villains.fr. Point META.json, README and CHANGELOG links there,
drop the tracked .DS_Store, and renumber the first public release to 0.1.0
to match the published @crudy/pgmorbac package, the embedded framework SQL
and the download page. License stays MIT.
2026-07-22 09:16:59 +02:00

50 lines
1.3 KiB
JSON

{
"name": "pgmorbac",
"abstract": "Multi-OrBAC: Organization-Based Access Control with multi-organization support",
"description": "A PostgreSQL extension implementing the Multi-OrBAC access control model — enabling organization-centric, context-aware, and hierarchical access control with delegation, separation of duty, and cross-organizational policies.",
"version": "0.1.0",
"maintainer": [
"Marc VILLAIN <marc.villain@epita.fr>"
],
"license": "mit",
"provides": {
"pgmorbac": {
"abstract": "Multi-OrBAC access control extension",
"file": "pgmorbac--0.1.0.sql",
"version": "0.1.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "13.0.0"
}
}
},
"resources": {
"homepage": "https://pgmorbac.villains.fr",
"bugtracker": {
"web": "https://git.villains.fr/crudy/pgmorbac/issues"
},
"repository": {
"url": "https://git.villains.fr/crudy/pgmorbac.git",
"web": "https://git.villains.fr/crudy/pgmorbac",
"type": "git"
}
},
"generated_by": "pgmorbac contributors",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"access control",
"authorization",
"multi-tenancy",
"rbac",
"orbac",
"security",
"row-level security"
]
}