#senhor-customer
1 messages · Page 1 of 1 (latest)
Ok, so non need to encrypt it either, right?
I don't think a cus_xxx is sensitive no, you can't do anything with it without a secret or ephemeral key.
you should be authenticating the user in some way so you can map a user of your app to a Customer object
I woould like to save the whole sutomer object, not just the id
yes, i do this via metadata on stripe customer; i save there my user firebase id
and map it like a table in a sql db
this i would like to store in session cookies
doesn't really make sense to store all of that in a cookie I would think(I would store the actual fields/information you need), but I don't see any direct problem.