Logan (ShinProg)

Results 84 comments of Logan (ShinProg)

Ooh, I see. @cristiand391 Should I keep this issue open then ?

I migrated this specific code to v3 and confirm it fixed the issue. Thanks you all for this amazing project !

Not related to this issue but good to know : When working with developer sandboxes, the URL must be `{yourSandbox}.sandbox.my.salesforce.com` instead of `{yourSandbox}.sandbox.lightning.force.com`. Otherwise, you could get a INVALID_SESSION_ID error...

Dirty fix (my current implementation) : - Open the oauth login popup from the user-provided url (ie. possibly lightning url) - Redeem the token on both login.salesforce.com and test.salesforce.com -...