Eric Medchill

Results 3 comments of Eric Medchill

Would adding the following to LinkedIn's `getUserProfile()` work? ``` if (strpos($this->scope, 'r_basicprofile') !== false) { $userProfile->profileURL = 'https://www.linkedin.com/in/' . $data->get('vanityName'); } ``` I haven't tested it yet. May also need...

This is still an issue from `web-auth/webauthn-lib:4.6.0` to `web-auth/webauthn-lib:4.8.3` (current) for certain keys.

That temporary fix did not work for me. I had to downgrade `web-auth/webauthn-lib` to `~4.0.5` to make it work.