
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@strategies/login
Advanced tools
yarn add @strategies/login
pnpm esbuild
pnpm publish --no-git-checks
<Login
// Firebase config
config={config}
// Image src path
logo={DashiLogo}
// Content for the user guide panel
guide={<>
<header>User Guide</header>
<iframe title="User Guide" src="https://docs.google.com/document/d/e/2PACX-1vSxkp7VeI26uJyDZ7Pz_eV7ZKghZaQDDcbizP0YT0VthZmJ5iSwV3P8DzyA1KxA3DPO22xKVLeOK9bV/pub?embedded=true"></iframe>
</>}
// A list of screen grabs to display
screens={[
{ src: TimelineScreen, alt: '', },
{ src: DataScreen, alt: '', },
{ src: ProjectDataScreen, alt: '', },
]}
/>
Your app's Firebase config.
Appears during certain phases of the login process when help might need to be requested directly.
The destination of the "Contact" icon link. If nothing is supplied, the icon will not appear.
If this is set to false, then the only option available is logging in with a
Sasaki account.
What is rendered when a user clicks the "User Guide" icon. If nothing is supplied, then the icon will not appear.
Populates the src attribute of the image element that sits above the forms.
An event that is emitted whenever the auth state changes.
The images that fade in when the login component mounts.
Text for beneath the logo image.
If supplied, will prevent users from creating accounts if the supplied email does not match any in the whitelist. If nothing is supplied, then all emails are valid for new account creation.
FAQs
Our Sasaki login component
We found that @strategies/login demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.