fireactjs / saas

A fully functional React web application for SaaS projects. It's built with React, Firebase and Stripe.
476 stars 177 forks source link

No session create? #3

Closed jeffreydavis83 closed 3 years ago

jeffreydavis83 commented 3 years ago

Per documentation:

Note that we require Stripe.js for all applications—you won't be allowed to send credit card data directly from your server.

How are you able to pass the details directly? Shouldn't you create a token with Stripe Checkout or Stripe.js first?

jeffreydavis83 commented 3 years ago

You called stripe on front-end nvm