jackson
jackson copied to clipboard
🔥 Streamline your web application's authentication with Jackson, an SSO service supporting SAML and OpenID Connect protocols. Beyond enterprise-grade Single Sign-On, it also supports Directory Sync v...
Bumps [tsconfig-paths](https://github.com/dividab/tsconfig-paths) from 4.0.0 to 4.1.0. Changelog Sourced from tsconfig-paths's changelog. [4.1.0] - 2022-08-06 Add support for nested main field selectors #. See PR #218. Thanks to @aaronadamsCA for this...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.16. Release notes Sourced from postcss's releases. 8.4.16 Fixed Root AST migration. 8.4.15 Fixed AST normalization after using custom parser with old PostCSS AST. Changelog...
## What does this PR do? SCIM implementation - beta version ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature...
### Issue Summary Installing `@boxyhq/saml-jackson` via npm works fine, but fails via yarn. ### Steps to Reproduce 1. Empty directory 2. `yarn init` 3. `yarn add @boxyhq/saml-jackson` 4. Receive following...
Currently we send the response payload back as either json or plaintext. It would be better to standardise the format into JSON with defined structure for error and data. Eg:-...
## What does this PR do? Fixes # (issue) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking...
- Easy to deploy - Add production deployment guide
### Is your proposal related to a problem? Decrease docker image size by using the new self-hosted feature in next.js ### Describe the solution you'd like https://nextjs.org/blog/next-12-1#self-hosted-nextjs-improvements
### Is your proposal related to a problem? Apple M1 uses arm64 arch, we are currently only building amd64. ### Describe the solution you'd like Use qemu and buildx to...