Skip to content

Commit 2dd7e96

Browse files
committedMay 9, 2022
chore(release): 6.1.1 semantic
1 parent 14e7ae2 commit 2dd7e96

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.1.1](https://github.com/sourcefuse/loopback4-authentication/compare/v6.1.0...v6.1.1) (2022-05-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **provider:** minor fix in otp strategy ([#70](https://github.com/sourcefuse/loopback4-authentication/issues/70)) ([14e7ae2](https://github.com/sourcefuse/loopback4-authentication/commit/14e7ae2cae4e6aae9be99e1e547efe018716ba51)), closes [#69](https://github.com/sourcefuse/loopback4-authentication/issues/69)
7+
18
# [6.1.0](https://github.com/sourcefuse/loopback4-authentication/compare/v6.0.3...v6.1.0) (2022-04-25)
29

310

‎dist/error-keys.d.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ export declare const enum AuthErrorKeys {
88
ClientUserMissing = "Client User Missing",
99
InvalidCredentials = "Invalid Credentials",
1010
UnknownError = "Unknown Error",
11-
WrongPassword = "Incorrect Password"
11+
WrongPassword = "Incorrect Password",
12+
KeyInvalid = "Key Invalid",
13+
OtpInvalid = "Otp Invalid",
14+
OtpExpired = "Otp Token Incorrect or Expired"
1215
}

‎dist/strategies/passport/passport-otp/otp-auth.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/strategies/passport/passport-otp/otp-auth.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback4-authentication",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "A loopback-next extension for authentication feature. Oauth strategies supported.",
55
"keywords": [
66
"loopback-extension",

0 commit comments

Comments
 (0)
Please sign in to comment.