You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working in the development of auth using social networks such as Facebook, Google ...
I know that plugins are deprecated in favor of apps
Reading the documentation I can see that basically, the Apps subscribe to events that happen in Saleor Core
The issue is that I cannot see any event that works for a Login
So I was thinking that maybe my Frontend page could connect to my App directly to log in, and then the App can connect to Saleor Core to create the user
Please let me know what you think, is my approach correct?
We should cover customer related webhooks in new auth apps. We are currently missing that logic in e.g. OIDC plugin (related: saleor/saleor#14641 We do not intend to add more webhooks for current implementation.)
Spike on replacing auth plugins with apps
The text was updated successfully, but these errors were encountered: