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
The passport-figma callback not working using the lambda function url.
When initiating the passport strategy using passport-figma/passport-figma2, the callback URL is not working and not hitting the lambda to get the access and refresh token. Expected, when the below url hits after strategy initiation, it should call the lambda and retrieve the access and refresh token.
The passport-figma callback not working using the lambda function url.
When initiating the passport strategy using passport-figma/passport-figma2, the callback URL is not working and not hitting the lambda to get the access and refresh token. Expected, when the below url hits after strategy initiation, it should call the lambda and retrieve the access and refresh token.
Sample url -
https://cvbuosa3miq3rifcssifzzlakfncszfszjksnfzsdf.lambda-url.ap-south-1.on.aws/auth/figma/callback?code=abcdepTfc7Thqhz5vI12345&state={%22tenant%22:%22demo}
The text was updated successfully, but these errors were encountered: