@boxyhq/saml-jackson 0.3.4-beta.342 → 0.3.5-beta.345

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +21 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # SAML Jackson (not fiction anymore)
2
+
3
+ SAML service [SAML in a box from BoxyHQ]
4
+
5
+ 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.
6
+
7
+ ## Install as an npm library
8
+
9
+ Jackson is available as an [npm package](https://www.npmjs.com/package/@boxyhq/saml-jackson) 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.
10
+
11
+ ```bash
12
+ npm i @boxyhq/saml-jackson
13
+ ```
14
+
15
+ ## Documentation
16
+
17
+ For full documentation, visit [boxyhq.com/docs/jackson/npm-library](https://boxyhq.com/docs/jackson/npm-library)
18
+
19
+ ## License
20
+
21
+ [Apache 2.0 License](https://github.com/boxyhq/jackson/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxyhq/saml-jackson",
3
- "version": "0.3.4-beta.342",
3
+ "version": "0.3.5-beta.345",
4
4
  "description": "SAML 2.0 service",
5
5
  "keywords": [
6
6
  "SAML 2.0"