imperfectandcompany / Imperfect-Gamers-Site-Store

Our robust community site integrating Steam for enhanced user interactions and data management, powered by Remix with Tailwind CSS for optimistic, responsive UI. Features CI/CD with GitHub Actions and Docker for seamless deployment and maintenance.
https://store.imperfectgamers.org/
Other
0 stars 0 forks source link

71 implement persistent steam id session storage and database update #79

Closed cheesea3 closed 1 month ago

cheesea3 commented 1 month ago

Set it up so it saves a static basket, package_id, and checkouturl if not already set within the profile of our schema for the user. It also checks to see if the cookies match the saved database value if it doesn't exist.

Future plans will be to configure furrther for clean up and efficiency long term.