
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
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`
The npm package linkedin-auth receives a total of 2 weekly downloads. As such, linkedin-auth popularity was classified as not popular.
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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.