Skip to content

Commit e032ca7

Browse files
authored
Nanoflow Commons: Updating changelogs (#155)
2 parents 2a83545 + 8e4d5a3 commit e032ca7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/jsActions/nanoflow-actions-native/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [4.0.4] Nanoflow Commons - 2024-8-8
910
- We've added support for the token-based authentication with the SignIn action. This authentication method allows users to remain signed in until the expiration time of the token. You can read more about this behavior on this documentation page https://docs.mendix.com/refguide/session-management/#2-authentication-token
1011

1112
To enable it you can set the new SignIn action parameter `useAuthToken` to `true`.

packages/jsActions/nanoflow-actions-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nanoflow-actions-native",
33
"moduleName": "Nanoflow Commons",
4-
"version": "4.0.3",
4+
"version": "4.0.4",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -36,4 +36,4 @@
3636
"eslint": "^7.20.0",
3737
"rollup": "^2.68.0"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)