Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
kazana-account
Advanced tools
Kazana core module for all things accounts and authentication
git clone git@github.com:eHealthAfrica/kazana-account.git
cd kazana-account
npm install
## Usage
The service uses CouchDB's authentication system behind the curtain,
so every user needs a document in the _users
database.
Special requirements:
roles
: must to contain at least on of the kazana-*
roles, see belowroles
: must contain the user id, in the form: "kazana-id:<userId here>"
createdAt
: ISO timestamp for the time the user account has been createdfullname
: must contain the name of the userAn example _users
doc for reference (without the password properties):
{
"_id": "org.couchdb.user:gregor@martynus.net",
"_rev": "3-16dd17eaf12eb656ea2d1882ee7018ad",
"name": "gregor@martynus.net",
"roles": [
"kazana-id:abcdef",
"kazana-admin"
],
"type": "user",
"createdAt": "2015-04-15T00:00:00.000Z",
"fullname": "Gregor Martynus"
}
Access Level | role | description |
---|---|---|
Data Provider | kazana-data-provider | User can submit raw data |
Reviewer | kazana-data-reviewer | User can see validation errors and can amend submitted raw data |
Analyst | kazana-analyst | User has access to integrated data |
Admin | kazana-admin | User can configure systems, manage accounts, etc |
GET /api/session
POST /api/session
DELETE /api/session
npm test
Brought to you by eHealth Africa — good tech for hard places.
FAQs
Kazana core module for all things accounts and authentication
The npm package kazana-account receives a total of 8 weekly downloads. As such, kazana-account popularity was classified as not popular.
We found that kazana-account demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.