Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Storing Stripe id in Auth0 #77

Closed
cancan101 opened this issue Jun 9, 2015 · 1 comment
Closed

Support Storing Stripe id in Auth0 #77

cancan101 opened this issue Jun 9, 2015 · 1 comment

Comments

@cancan101
Copy link

Ideally the stripe id for the customer would be storable / loadable by Auth0 plugin such that WooCommerce + one of the Stripe plugins could use the token for loading saved payment information.

Per the Stripe docs:

Once you've created a customer, you should store its id in your own database so you can refer to it later when communicating with stripe.

and more here

Stripe plugins for WooCommerce:

There are even more for WordPress in general.

@glena
Copy link
Contributor

glena commented Jun 9, 2015

Hi @cancan101 this feature you are asking are out of the scope of this plugins. It is a very specific feature that must support a lot of different plugins. For this reason, it is not in our backlog.

Anyway, we can give you some guidance. In fact, It shouldn't harder than add an API call to https://auth0.com/docs/api/v2#!/Users/patch_users_by_id to set the user/app metadata.

Also, we can add an action on the user creation in the Auth0 plugin in order to make it easy to get the info from the auth0 profile and populate your database.

The same happens with issue #76.

glena added a commit that referenced this issue Jun 10, 2015
Fixed Mixed content warning #75 & added login action for issue #76 #77
@glena glena closed this as completed Jun 10, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants