SevenSpikes / nopCommerce-Api-SampleApplication

This project demonstrates the OAuth 2 Authorization Code grant type process against the nopCommerce API
https://github.com/SevenSpikes/api-plugin-for-nopcommerce
GNU General Public License v3.0
88 stars 62 forks source link

How to call this api from Consol application or Android Application? #4

Open mkabab opened 7 years ago

mkabab commented 7 years ago

I dont have Redirect Url, I want to authenticate without redirecting..

poyker commented 7 years ago

@mkabab

Currently the plugin implements the Code Grant authorization flow which requires redirect url.

If you want to authenticate without redirection you should implement a different authorization flow into the plugin.

bnoffer commented 7 years ago

It can be done, see SevenSpikes/api-plugin-for-nopcommerce#31