![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
duo_web_sdk_fork
Advanced tools
Provides the Duo Web Javascript in an ES6 module format that can be installed via npm and bundled into your web application.
This repository is deprecated by Duo Security. The repository will remain public and visible, and integrations built using this repository’s code will continue to work. You can also continue to fork, clone, or pull from this repository.
However, Duo will not provide any further releases or enhancements.
Duo recommends migrating your application to the Duo Universal Prompt. Refer to our documentation for more information on how to update.
For frequently asked questions about the impact of this deprecation, please see the Repository Deprecation FAQ
duo_web_sdk - Provides the Duo Web Javascript in an ES6 module format that can be installed via npm/yarn and bundled into your web application.
Install duo_web_sdk
from Github:
npm install https://github.com/duosecurity/duo_web_sdk.git --save
yarn add https://github.com/duosecurity/duo_web_sdk.git
npm install
Basic usage would be importing this module and initializing the Duo Authentication Prompt with the signed request passed from the server. The user would authenticate using the prompt, and you would submit the signed response to your backend for verification.
import DuoWebSDK from 'duo_web_sdk';
DuoWebSDK.init({
iframe: "duo-frame",
host: host,
sig_request: sigRequestPassedFromServer,
submit_callback: someCallback,
});
See the examples folder for a full implementation using React and Express.
$ npm test
General documentation on using Duo Web is available here.
FAQs
Provides the Duo Web Javascript in an ES6 module format that can be installed via npm and bundled into your web application.
The npm package duo_web_sdk_fork receives a total of 1 weekly downloads. As such, duo_web_sdk_fork popularity was classified as not popular.
We found that duo_web_sdk_fork demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.