@perseidesjs/auth-otp 3.0.0 → 3.0.1

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/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "@perseidesjs/auth-otp",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "An OTP Auth Provider for Medusa 2.x",
5
5
  "author": "adevinwild (https://perseides.org)",
6
6
  "types": "./.medusa/server/src/types/index.d.ts",
7
7
  "files": [
8
- ".medusa/server",
9
- ".github/assets",
10
- "CHANGELOG.md"
8
+ ".medusa/server"
11
9
  ],
12
10
  "keywords": [
13
11
  "medusa-plugin-auth",
Binary file
Binary file
Binary file
package/CHANGELOG.md DELETED
@@ -1,60 +0,0 @@
1
- # @perseidesjs/auth-otp
2
-
3
- ## 3.0.0
4
-
5
- ### Major Changes
6
-
7
- - 7860241: V3 : Upgraded to latest Medusa dependencies and allowed jwtOptions to be passed to the /verify API route
8
-
9
- ## 2.1.2
10
-
11
- ### Patch Changes
12
-
13
- - 60a2fe9: Upgraded peerDependencies
14
-
15
- ## 2.1.1
16
-
17
- ### Patch Changes
18
-
19
- - 28b08d4: Fixed the way we access the `app_metadata` inside the `get-auth-identity-step` by handling the `null` value
20
-
21
- ## 2.1.0
22
-
23
- ### Minor Changes
24
-
25
- - ee82ee9: Upgraded to latest versions of Medusa
26
-
27
- ## 2.0.1
28
-
29
- ### Patch Changes
30
-
31
- - 1f55b7d: Keywords update for better discoverability
32
-
33
- ## 2.0.0
34
-
35
- ### Major Changes
36
-
37
- - bbc6414: Changed the plugin license to MIT
38
-
39
- ## 1.4.0
40
-
41
- ### Minor Changes
42
-
43
- - 2ea3222: Enhance OTP authentication process with direct access for recently registered users
44
-
45
- ## 1.3.0
46
-
47
- ### Minor Changes
48
-
49
- - 23dd317: Add pre-registration OTP workflow and validation
50
- - a26f49f: Update OTP workflow steps to use 'key' instead of 'authIdentityId' and 'identifier'
51
-
52
- ### Patch Changes
53
-
54
- - 8939555: Update OTP generation step to use 'tag' instead of 'purpose'
55
-
56
- ## 1.2.0
57
-
58
- ### Minor Changes
59
-
60
- - b855685: Initial release