
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.
linkedin-auth
Advanced tools
Vue 3
It's client side package for rendering Linkined In Button for any vue app.
To learn more about linked in oAuth2 sign in (https://developer.linkedin.com/)
npm install linkinedin-sign
Check out the live demo of the component in action.
| Prop | Default | Description |
|---|---|---|
| clientId | *required | Client provided when you sign up for linkinedin developer account and create app. |
| css | To override the default button class | |
| redirectUri | Default is origin app url window.location.origin | Valid redirect uri follow linkedin developer doc. |
| scope | r_emailaddress r_liteprofile | To know more follow linkedin developer doc. |
| state | default is current date timestamp | A unique string value of your choice that is hard to guess. Used to prevent CSRF. For example, state=DCEeFWf45A53sdfKef424. |
<template>
<LinkedInSignin
:client-id="linkediInClientId"
css="flex justify-center py-2 px-2 border border-slate-300 rounded shadow-sm bg-white text-sm font-medium text-slate-500 hover:!bg-slate-50 cursor-pointer"
/>
</template>
<script setup>
import { LinkedInSignin } from "linkedin-auth";
const linkediInClientId = process.env.LINKINED_AUTH_CLIENT_ID;
</script>
<template>
<LinkedInSignin
:client-id="linkediInClientId"
css="flex justify-center py-2 px-2 border border-slate-300 rounded shadow-sm bg-white text-sm font-medium text-slate-500 hover:!bg-slate-50 cursor-pointer"
>
Login with LinkedIn
</LinkedInSignin>
</template>
<script setup>
import { LinkedInSignin } from "linkedin-auth";
const linkediInClientId = process.env.LINKINED_AUTH_CLIENT_ID;
</script>
You can buy me coffee ☕️ https://www.buymeacoffee.com/mayankjhawar
Support me at Patreon https://patreon.com/mayank120
MIT
FAQs
`Vue 3`
We found that linkedin-auth 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
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.