![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@adyen/bpscaweb
Advanced tools
This library offers an easy way to perform operations with Strong Customer Authorization. This library is based on WebAuthn to guarantee the security of the operations.
You can use this library direclty on your browser or you can add as a dependency on your JS
project.
With npm do
npm install @adyen/bpscaweb
With browsers do
<script type="module" src="bpscaweb.es.js"></script>
<script type="module">
import ScaWebauthn from '/js/bpscaweb.es.js';
...
</script>
In your TS project do
import ScaWebauthn from '@adyen/bpscaweb';
Once you have installed the component, you can configure it when you create a new handler.
const handler = ScaWebauthn.create(options);
These are the options you can pass to the component
Option | Required | Type | Description |
---|---|---|---|
relyingPartyName | Yes | string | A string representing the name of the relying party. This is the name the user will be presented with when creating or validating a WebAuthn operation. |
Example: Create a handler
const scaWebauthn = ScaWebauthn.create({
relyingPartyName: 'adyen_bpsca',
});
Check if SCA is available on the device.
const sdkOutput = await scaWebauthn.checkAvailability();
Exchange the sdkInput
return by the backend in the initiate register call
const sdkOutput = await scaWebauthn.register(sdkInput); // the new output that will be shared with the server to complete the registration
Exchange the sdkInput
return by the backend in the first call
const sdkOutput = await scaWebauthn.authenticate(sdkInput); // the new output that will be shared with the server to authenticate the call
FAQs
Balance Platform SCA Web library
The npm package @adyen/bpscaweb receives a total of 0 weekly downloads. As such, @adyen/bpscaweb popularity was classified as not popular.
We found that @adyen/bpscaweb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.