#senhor-customer

1 messages · Page 1 of 1 (latest)

safe stirrup
#

sure, makes sense!

boreal moss
#

Ok, so non need to encrypt it either, right?

safe stirrup
#

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

boreal moss
#

I woould like to save the whole sutomer object, not just the id

boreal moss
#

and map it like a table in a sql db

#

this i would like to store in session cookies

safe stirrup
#

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.