Assent.Strategy.Linkedin (Assent v0.3.1)
View SourceSign In with LinkedIn V2 OpenID Connect Strategy.
You'll need the Sign In with LinkedIn v2 product enabled in your app. See the
LinkedIn integration guide
for more.
Usage
config = [
client_id: "REPLACE_WITH_CLIENT_ID",
client_secret: "REPLACE_WITH_CLIENT_SECRET",
redirect_uri: "http://localhost:4000/auth/callback"
]See Assent.Strategy.OIDC for more.