Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iap-user-adapter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iap-user-adapter

An adapter for mocking / integrating with core APIs for salesforce users

  • 0.1.1
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Git-Solution-Name

EMA Build status code style: prettier types: types

IAP User Adapter

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.

Dev Setup

Pull down this repository and start running the application locally via the following commands:

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

Dependencies

None for the moment - this is purely mocking TBD applications from core apps

Technologies

  • NodeJs (LTS)
  • Nib Express Serverless
  • Samoa

Deployment

This application is deployed using samoa. Please refer to the documentation in the repo.

Urls

Slice details:

https://api-gateway.nib-cf-test.com/iap-user-adapter_slice/v1/user/:id

OCE Support / logs

TBD

Changelog

Keywords

FAQs

Package last updated on 29 Aug 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc