NextAuth with WooCommerce? #12338
Unanswered
atumas-bananamilk
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone had any success with WooCommerce?
It's a bit different since WooCommerce auth requires 2 urls:
return_url
: user gets redirected herecallback_url
: API access tokens will be sent here (must be HTTPS)NextAuth's
authorization
works, but then again, it sends API access tokens to another url (callback_url
), therefore,userinfo
orprofile
callbacks from NextAuth aren't doing anything.Anyone found a way to do it all within 1 custom provider (
WoocommerceProvider
)?Beta Was this translation helpful? Give feedback.
All reactions