react-linkedin-login-oauth2 icon indicating copy to clipboard operation
react-linkedin-login-oauth2 copied to clipboard

Easily get Authorization Code from Linked In to log in without redirecting.

Results 36 react-linkedin-login-oauth2 issues
Sort by recently updated
recently updated
newest added

When I click on login with LinkedIn image, popup window appears and dissappears within a split second. how can i ssolve this please? Thanks export const LinkedInLogin = () =>...

## Describe the bug @nvh95 @asanovr Kindly refer to [my comment](https://github.com/nvh95/react-linkedin-login-oauth2/issues/56#issuecomment-1483748258) in this [issue thread](https://github.com/nvh95/react-linkedin-login-oauth2/issues/56) for more context. Kindly read the discussion... you will understand my issue ## Screenshots The...

bug

![image](https://github.com/nvh95/react-linkedin-login-oauth2/assets/123792680/130f999e-b2b7-446c-be1f-8fc2953d665d) I followed this tutorial but I can't see linkedin login popup as above image. If I change client_id as sample code, it works but if I use my client_id,...

bug

i am using this url "https://api.linkedin.com/v2/me?projection=(id,firstName,lastName,profilePicture(displayImage~:playableStreams))" for getting the user name and user image, but I am getting an error response. [enter image description here](https://i.stack.imgur.com/mGvDO.png) This is the response I'm...

bug

## Summary/ Motivation (TLDR;) When using this library I noticed the scopes listed here (and on Microsoft's official documentation) is outdated. I've made the necessary fixes to make my project...

From where i should get the access to the state i pass const { linkedInLogin } = useLinkedIn({ clientId: clientId, redirectUri: `${ typeof window === "object" && window.location.origin }/linkedin`, scope:...

bug

## To controlled flow for login, every time user should enter credentials or not, flag will be pass for it ## Can be manage multiple accounts. W ## I'm can't...

Hello, I'm currently experiencing an issue with the react-linkin-login-oauth2 library. I'm attempting to use a ref to the LinkedIn component in order to programmatically invoke the handleLogin function. However, I'm...

bug

Hi, I got an email from LinkedIn that they are migrating and they have made some changes with API. Refer this for example : [https://learn.microsoft.com/en-us/linkedin/marketing/integrations/recent-changes?view=li-lms-2023-04] I am quoting the changes:...

bug

Bumps [webpack](https://github.com/webpack/webpack) from 5.61.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies