mirumee / saleor-app-framework-python

Python Saleor App/Extension boilerplate. Batteries included.
https://mirumee.github.io/saleor-app-framework-python/
BSD 3-Clause "New" or "Revised" License
50 stars 23 forks source link

[RT001-692] Saleor Algolia - products ids endpoint #32

Closed mstrumeck closed 2 years ago

pkucmus commented 2 years ago

I need to close this issue. It's not the best idea for one app to share it's credentials with another, nor is Saleor a party in this exchange - using it as an identity provider is also not great. Authentication and Authorization between apps should be dealt with as any other exchange between two plain services. If you are in a pinch you can take the shared secret approach (which this framework will have nothing to do with) or we can work on a message and authentication schema between Saleor apps.