# finnx-react-linkedin-login

> React LinkedIn Login button

Latest version **1.0.3** (published 2017-12-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install finnx-react-linkedin-login
pnpm add finnx-react-linkedin-login
yarn add finnx-react-linkedin-login
bun add finnx-react-linkedin-login
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2017-12-22 |
| First published | 2017-12-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Author | nicolaslopezj |
| Maintainers | finnx |
| Keywords | accounts, auth, oauth, linkedin, react, login, button |

## Links

- npm: https://www.npmjs.com/package/finnx-react-linkedin-login
- Repository: https://github.com/orionsoft/react-linkedin-login
- Homepage: https://github.com/orionsoft/react-linkedin-login#readme
- Issues: https://github.com/orionsoft/react-linkedin-login/issues
- npm.io page: https://npm.io/package/finnx-react-linkedin-login

## Dependencies (2)

- [prop-types](https://npm.io/package/prop-types.md) ^15.6.0
- [autobind-decorator](https://npm.io/package/autobind-decorator.md) ^1.3.4

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@oxyhq/services](https://npm.io/package/@oxyhq/services.md) — 2.3K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2017-12-22

## README

# React LinkedIn Login Button

```sh
react-linkedin-login
```

```js
import React from 'react'
import LinkedIn from 'react-linkedin-login'
import styles from './styles.css'
import autobind from 'autobind-decorator'

export default class LoginWithLinkedin extends React.Component {

  static propTypes = {

  }

  @autobind
  callbackLinkedIn ({code, redirectUri}) {
    // Login with linkedin
  }

  render () {
    return (
      <LinkedIn
        clientId='xxx'
        callback={this.callbackLinkedIn}
        className={styles.linkedin}
        text='LinkedIn' />
    )
  }

}

```

---
_Source: https://npm.io/package/finnx-react-linkedin-login · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
