@boxyhq/saml-jackson 0.3.8 → 0.4.0

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.
@@ -28,13 +28,13 @@ export declare class APIController implements IAPIController {
28
28
  * in: formData
29
29
  * required: true
30
30
  * type: string
31
- * example: http://localhost:3000/login/saml
31
+ * example: http://localhost:3366/login/saml
32
32
  * - name: redirectUrl
33
33
  * description: JSON encoded array containing a list of allowed redirect URLs
34
34
  * in: formData
35
35
  * required: true
36
36
  * type: string
37
- * example: '["http://localhost:3000/*"]'
37
+ * example: '["http://localhost:3366/*"]'
38
38
  * - name: tenant
39
39
  * description: Tenant
40
40
  * in: formData
@@ -84,13 +84,13 @@ class APIController {
84
84
  * in: formData
85
85
  * required: true
86
86
  * type: string
87
- * example: http://localhost:3000/login/saml
87
+ * example: http://localhost:3366/login/saml
88
88
  * - name: redirectUrl
89
89
  * description: JSON encoded array containing a list of allowed redirect URLs
90
90
  * in: formData
91
91
  * required: true
92
92
  * type: string
93
- * example: '["http://localhost:3000/*"]'
93
+ * example: '["http://localhost:3366/*"]'
94
94
  * - name: tenant
95
95
  * description: Tenant
96
96
  * in: formData
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@boxyhq/saml-jackson",
3
- "version": "0.3.8",
4
- "description": "SAML 2.0 service",
3
+ "version": "0.4.0",
4
+ "description": "SAML Jackson library",
5
5
  "keywords": [
6
6
  "SAML 2.0"
7
7
  ],