
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@proton/ual-webauth
Advanced tools
This authenticator is meant to be used with [WebAuth](https://webauth.com), [Proton](https://github.com/ProtonProtocol/proton-web-sdk) and [Universal Authenticator Library](https://github.com/EOSIO/universal-authenticator-library). When used in combinatio
This authenticator is meant to be used with WebAuth, Proton and Universal Authenticator Library. When used in combination with them, it gives developers the ability to request transaction signatures through Anchor using the common UAL API.
yarn add @proton/ual-webauth
You must use one of the UAL renderers below.
React - ual-reactjs-renderer
PlainJS - ual-plainjs-renderer
import { WebAuth } from '@proton/ual-webauth'
import { UALProvider, withUAL } from 'ual-reactjs-renderer'
const proton = {
chainId: '384da888112027f0321850a169f737c33e53b388aad48b5adace4bab97f437e0',
rpcEndpoints: [{
protocol: 'https',
host: 'proton.eoscafeblock.com',
port: '443',
}]
}
const App = (props) => <div>{JSON.stringify(props.ual)}</div>
const AppWithUAL = withUAL(App)
const webauth = new WebAuth([proton], {
transportOptions: {
requestAccount: 'taskly'
},
selectorOptions: {
appName: "Taskly"
}
})
<UALProvider chains={[proton]} authenticators={[webauth]} appName='Taskly'>
<AppWithUAL />
</UALProvider>
FAQs
This authenticator is meant to be used with [WebAuth](https://webauth.com), [Proton](https://github.com/ProtonProtocol/proton-web-sdk) and [Universal Authenticator Library](https://github.com/EOSIO/universal-authenticator-library). When used in combinatio
The npm package @proton/ual-webauth receives a total of 0 weekly downloads. As such, @proton/ual-webauth popularity was classified as not popular.
We found that @proton/ual-webauth demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.