Node-oracledb 5.5 for Oracle DB supports Azure OAuth 2.0 Token Authentication
Release announcement: A new release of node-oracledb, the Node.js and TypeScript module for accessing Oracle Database, is available from npm.
Top features: OAuth 2.0 Token Support
OAuth 2.0 token authentication to Oracle Database is now supported by node-oracledb 5.5. This lets Oracle Cloud Infrastructure (OCI) users be centrally managed by Microsoft Azure Active Directory.
See the CHANGELOG for all other changes.
Installing or Upgrading node-oracledb
You can install or upgrade node-oracledb by updating your package.json requirements:
"dependencies": {
"oracledb": "^5.5"
},
Resources
- Node-oracledb installation instructions are here.
- Node-oracledb documentation is here.
- Node-oracledb change log is here.
- Issues and questions about node-oracledb can be posted on GitHub or Slack (link to join Slack).
- Follow us on Twitter or Facebook.
Finally, contributions to node-oracledb are more than welcome, see CONTRIBUTING.