@boxyhq/saml-jackson 0.3.4-beta.334 → 0.3.5-beta.339
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.
- package/README.md +21 -0
- 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)
|