stepanbenes / api-for-nopcommerce

API plugin for nopCommerce 4.50
MIT License
141 stars 93 forks source link

OAuth2? #65

Closed ctran-espressomoon closed 3 months ago

ctran-espressomoon commented 2 years ago

Hi, I found in the Sample Application for the original repository (https://github.com/SevenSpikes/nopCommerce-Api-SampleApplication) that it might support OAuth2 Authentication with places to define ClientID, ClientSecret, Authorize Endpoint...

However, I didn't see that in this repository. Please let me know how to do that?

Thanks,

D3bo commented 3 months ago

The original repository was using Identity Server, that was free to use. As the time being it is a commercial product and it cannot be used for this project.