@vynelix/nestjs-multi-auth 0.1.9 → 0.1.10
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 +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# v0.1.10
|
|
2
|
+
## Phone Auth with Internationalized Numbers
|
|
3
|
+
1. This release fixed bugs and issues around phone auth and support for internationalized phone numbers.
|
|
4
|
+
|
|
1
5
|
# v0.1.9
|
|
2
6
|
## Cookie Path Configuration
|
|
3
7
|
1. This release adds support for configuring the refresh token cookie path via the `refreshTokenPath` option in `AuthModuleOptions`. The default value is now set to '/auth/refresh' instead of '/'.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vynelix/nestjs-multi-auth",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "An authentication service/module for NestJs that supports multiple authentication methods such as email, phone, username, OAuth, SSO, etc",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|