Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
iap-user-adapter
Advanced tools
An adapter for mocking / integrating with core APIs for salesforce users
The IAP User Adapter is an AWS Lambda for integrating and mocking user management APIs for the IAP platform. The primary purpose is to provide simple, authenticated APIs that are capable of searching and returning user data from Salesforce downstream.
Pull down this repository and start running the application locally via the following commands:
npm run start
Starts an express server using the build assets in the dist folder
start:dev
Starts the server in development mode. Uses nodemon to restart on file change and starts a debugger for attaching to process
build
Use tsc
to check .ts file and transpile into js file in ./dist
directory
test
Run the tests using the jest
test runner and assertion library
prettier:write
Check all the files with prettier and write any changes to the file
prettier:check
Check all the files with prettier and exit if any files to not comply with defined styles
lint
Run eslint over the project and check for any errors
generate
Generate swagger definations based on the .yml
files that are placed alongside api endpoint
None for the moment - this is purely mocking TBD applications from core apps
This application is deployed using samoa. Please refer to the documentation in the repo.
https://api-gateway.nib-cf-test.com/iap-user-adapter_slice/v1/user/:id
TBD
FAQs
An adapter for mocking / integrating with core APIs for salesforce users
We found that iap-user-adapter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.