Lucas
WWasp
•Created by Lucas on 12/6/2024 in #đŸ™‹questions
Allow Guest Subscription Before Account Registration in OpenSaaS
Thank you, @miho. The approach of using the
Customer
entity and the onAfterSignup
auth hook is great. I will try implementing it @Vinny (@Wasp) @martinsos18 replies
WWasp
•Created by Lucas on 12/6/2024 in #đŸ™‹questions
Allow Guest Subscription Before Account Registration in OpenSaaS
Alternatively, we can create an account with an empty password and send an email for the user to update it. This is a feature I think is quite complex, so I hope that in the future, Wasp and OpenSaaS will be able to support it.
18 replies
WWasp
•Created by Lucas on 12/6/2024 in #đŸ™‹questions
Allow Guest Subscription Before Account Registration in OpenSaaS
Thank you, @Vinny (@Wasp) , and @martinsos for your feedback. The purpose of Guest Subscription is to increase conversion rates, reduce the number of steps for users, collect potential customer emails, etc. Some systems still have this feature. From my research, we can store subscription information (such as email, plan, and status) in the database (via Stripe event webhooks). After that, we can send an email to the guest asking them to create an account, and once they do, we can link the newly created account to the activated subscription.
18 replies
WWasp
•Created by Lucas on 12/6/2024 in #đŸ™‹questions
Allow Guest Subscription Before Account Registration in OpenSaaS
Hi @Wasp Team , Can you help me determine if it is feasible or if it requires significant customization of the existing authentication and payment flows? I would greatly appreciate your support.
18 replies