Integrating Digital Membership Cards on a Netlify Site

Hi everyone, I’m building a website on Netlify and I want to allow users to have digital membership cards that they can access from their phones. I’m thinking about storing card data securely and showing it when a user logs in.

  • What’s the best way to store user-specific card data on Netlify (serverless functions, identity, etc.)?

  • Are there existing plugins or libraries that work well with Netlify for this?

  • Any tips on security and fast load times for showing digital cards to users?

I’d love to hear about your experiences or suggestions. Thanks in advance!