@vynelix/nestjs-multi-auth 1.0.0 → 1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # v1.0.1
2
+ ## Changes
3
+ 1. Changed the source of identifier from `USER_INPUT` to `LOCAL`
4
+
1
5
  # v1.0.0
2
6
  ## Features & Testing Enhancements
3
7
  1. **Granular OTP Providers Map**: Introduced `otpProviders` in `AuthModuleOptions` to allow specifying different OTP backend implementations per identifier type (e.g., Twilio Verify for phone and `DatabaseOtpProvider` for email), eliminating the need for custom routing classes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vynelix/nestjs-multi-auth",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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",