How to identify user when my callback url is called during oauth so that i can store details in DB?

15 Views Asked by At

I am trying to implement oauth for amazon sellers in my application. I need to identify the user when amazon sp api callback my redirect url so that i could store the details in DB. This process follows oauth 1.0.

How to identify who initiated the oauth flow in my application?

0

There are 0 best solutions below