-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
Having an issue implementing this gem for OAuth2 authentication. I've been getting errors when redirecting to LinkedIn's auth site. Upon investigating further, it seems that the state
param is required[1] to be present in the URL.
I've gone through the source of this gem and see no reference to state
. Using this PR #6 fixes the problem (when I pass in the state
), but I'm confused about the implementation of it. The wording of it makes it seem like state
is optional, but it says that it is required in LinkedIn's documentation. Am I missing something? How is this gem working for anybody in its current implementation?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels