casual-simulation / casualos

Casual Open Simulation for the Web
https://ab1.bot
MIT License
48 stars 8 forks source link

Add the ability for super users to manually assign a subscription to a user #442

Closed KallynGowdy closed 3 months ago

KallynGowdy commented 3 months ago

Currently, the only way to manually assign a subscription to a user is to run a query against the database directly. Ideally, super users will be able to call the API to grant a user a subscription. For now, these subscriptions are free. This means that no stripe customer is generated for users that are granted subscriptions. The database should track their subscription information and start and end dates.

KallynGowdy commented 3 months ago

Closed by #445