jackson/npm
dependabot[bot] 7d6829adb7
Bump @aws-sdk/credential-providers from 3.454.0 to 3.458.0 in /npm (#1977)
Bumps [@aws-sdk/credential-providers](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers) from 3.454.0 to 3.458.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/credential-providers/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.458.0/packages/credential-providers)

---
updated-dependencies:
- dependency-name: "@aws-sdk/credential-providers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 12:18:52 +00:00
..
migration Add sort order option to `getAll` function (#1565) 2023-10-24 18:11:52 +01:00
src Store product config (#1952) 2023-11-24 16:35:20 +00:00
test Send dsync events as a batch to the webhooks (#1579) 2023-11-13 23:06:06 +00:00
.eslintignore Format using prettier and add check-format step to GH actions (#1759) 2023-10-11 09:18:03 +01:00
.gitignore Next.js service (#53) 2022-01-05 12:09:51 +00:00
LICENSE Next.js service (#53) 2022-01-05 12:09:51 +00:00
README.md looks like we don't need custom-install anymore (#1948) 2023-11-18 13:30:04 +00:00
map.js updated tap (#1615) 2023-09-25 11:03:21 +01:00
migrate-mongo-config.js Feature/typeorm migrations (#141) 2023-10-13 23:29:21 +01:00
package-lock.json Bump @aws-sdk/credential-providers from 3.454.0 to 3.458.0 in /npm (#1977) 2023-11-27 12:18:52 +00:00
package.json Bump @aws-sdk/credential-providers from 3.454.0 to 3.458.0 in /npm (#1977) 2023-11-27 12:18:52 +00:00
tsconfig.build.json Next.js service (#53) 2022-01-05 12:09:51 +00:00
tsconfig.json enable sourcemaps (#701) 2022-11-24 21:27:02 +00:00
typeorm.ts prod deployment (#1780) 2023-10-15 12:12:55 +01:00

README.md

SAML Jackson (not fiction anymore)

SAML service [SAML in a box from BoxyHQ]

You need someone like Jules Winnfield to save you from the vagaries of SAML login. Jackson implements the SAML login flow as an OAuth 2.0 flow, abstracting away all the complexities of the SAML protocol.

Install as an npm library

Jackson is available as an npm package that can be integrated into any web application framework (like Express.js for example). Please file an issue or submit a PR if you encounter any issues with your choice of framework.

npm install @boxyhq/saml-jackson

Documentation

For full documentation, visit boxyhq.com/docs/jackson/deploy/npm-library

License

Apache 2.0 License