@stytch/vanilla-js 5.32.0 → 5.34.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 5.34.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2e86f80: Add Encrypted SAML Assertion support
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [2e86f80]
12
+ - @stytch/core@2.61.0
13
+
14
+ ## 5.33.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 14e5e22: Introduce trustedAuthTokenParams to IDP component
19
+ - 2fc35e7: Export parseOAuthParams function for passing to OAuthAuthorize endpoints
20
+
21
+ ### Patch Changes
22
+
23
+ - 2fc35e7: Add parseOAuthParams util function for parsing OAuth parameters
24
+ - Updated dependencies [14e5e22]
25
+ - @stytch/core@2.60.0
26
+
3
27
  ## 5.32.0
4
28
 
5
29
  ### Minor Changes