You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I need LinkedIn login for my own cognito authenticated app and I am wondering if I can use this.
I am just wondering if you were successful in getting this working.
I notice there are no deploy scripts to AWS lambda so maybe it is unfinished?
If you give me some pointers (what the next steps were) I would be happy to help you finish this.
I added lambda deployment already here but when I tested with cognito the login doesn't work (the hosted login opens at <API_GATEWAY_URL>/undefined/oauth/v2/authorization?client_id=<CLIENT_ID>) for some reason.
Thanks,
The text was updated successfully, but these errors were encountered:
FYI I got your example working. I guess I was doing something wrong with the config (like setting the wrong scopes). I moved it to sst because I like the development experience.
You can check it out if you like in this repository
Thanks a lot for sharing this you saved me a lot of time vs doing it all myself.
Hi I need LinkedIn login for my own cognito authenticated app and I am wondering if I can use this.
I am just wondering if you were successful in getting this working.
I notice there are no deploy scripts to AWS lambda so maybe it is unfinished?
If you give me some pointers (what the next steps were) I would be happy to help you finish this.
I added lambda deployment already here but when I tested with cognito the login doesn't work (the hosted login opens at
<API_GATEWAY_URL>/undefined/oauth/v2/authorization?client_id=<CLIENT_ID>
) for some reason.Thanks,
The text was updated successfully, but these errors were encountered: