@otplib/uri 13.3.0 → 13.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.
- package/README.md +7 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -165,14 +165,13 @@ const uri = generate({
|
|
|
165
165
|
|
|
166
166
|
## Google Authenticator Compatibility
|
|
167
167
|
|
|
168
|
-
|
|
169
|
-
Google Authenticator has specific requirements:
|
|
170
|
-
|
|
171
|
-
- Only supports `sha1` algorithm
|
|
172
|
-
- Only supports `6` or `8` digits
|
|
173
|
-
- Only supports `30` second period for TOTP
|
|
174
|
-
- Issuer should be included in both label and parameter
|
|
175
|
-
:::
|
|
168
|
+
> [!WARNING]
|
|
169
|
+
> Google Authenticator has specific requirements:
|
|
170
|
+
>
|
|
171
|
+
> - Only supports `sha1` algorithm
|
|
172
|
+
> - Only supports `6` or `8` digits
|
|
173
|
+
> - Only supports `30` second period for TOTP
|
|
174
|
+
> - Issuer should be included in both label and parameter
|
|
176
175
|
|
|
177
176
|
### Compatible URI
|
|
178
177
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@otplib/uri",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.4.0",
|
|
4
4
|
"description": "otpauth:// URI parsing and generation for otplib",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Gerald Yeo <support@yeojz.dev>",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"LICENSE"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@otplib/core": "13.
|
|
47
|
+
"@otplib/core": "13.4.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"tsup": "^8.5.1",
|