Gathering detailed insights and metrics for authentication-flows-js-elasticsearch
Gathering detailed insights and metrics for authentication-flows-js-elasticsearch
Gathering detailed insights and metrics for authentication-flows-js-elasticsearch
Gathering detailed insights and metrics for authentication-flows-js-elasticsearch
npm install authentication-flows-js-elasticsearch
Typescript
Module System
Node Version
NPM Version
TypeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
59 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Jul 21, 2024
Latest Version
1.4.0
Package Id
authentication-flows-js-elasticsearch@1.4.0
Unpacked Size
38.36 kB
Size
9.05 kB
File Count
16
NPM Version
9.8.1
Node Version
18.18.2
Published on
Jul 21, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
3
This project is a ElasticSearch implementation for AuthenticationAccountRepository
of
authentication-flows-js.
ELASTIC_SEARCH_URL
ELASTIC_AUTH: username:password
download elasticsearch docker:
docker pull docker.elastic.co/elasticsearch/elasticsearch:7.9.0
run elastic docker (version 7.1.0):
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.1.0
create mapping for AFM:
PUT
http://localhost:9200/authentication-account-22042021
{
"mappings": {
"dynamic": "false",
"properties": {
"username": {
"type": "keyword"
},
"passwordLastChangeDate": {
"type": "date"
}
"token": {
"type": "keyword"
}
"tokenDate": {
"type": "date"
}
}
}
}
set environment variable:
set ELASTIC_SEARCH_URL=https://localhost:9200
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
17 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More