crunchyTaco
crunchyTaco
WWasp-lang
Created by crunchyTaco on 7/2/2024 in #🙋questions
Extending verifyEmail function
Hi, is it possible at all to extend some of the Auth functions? E.g verifyEmail, signup, etc.. I’m looking to add some additional logic after user has verified their email. I know I can create my custom verifyEmail component, however I don’t want to expose out a new Action that is visible to the user. Is there anything I can do on the server?
10 replies
WWasp-lang
Created by crunchyTaco on 4/4/2024 in #🙋questions
blank page on authorized pages
Hi everyone, I can’t replicate this 100% of the time but periodically in authorized pages when I hit the Back button on my browser, the page is rendered as a white page. I confirmed that the access token is not expired since this can happen shortly after I just logged in.
19 replies
WWasp-lang
Created by crunchyTaco on 3/29/2024 in #🙋questions
dynamic variables in main.wasp
Is it currently possible to dynamically change configuration values in main.wasp? E.g for development I want to use Dummy as email sender, however in production I want to use mailgun.
4 replies
WWasp-lang
Created by crunchyTaco on 3/15/2024 in #🙋questions
email template support
If I’m using mailgun as the mail provider, Is it possible to pass in an email template?
4 replies
WWasp-lang
Created by crunchyTaco on 3/7/2024 in #🙋questions
IAM authentication
Hey folks, I’m trying to use IAM authentication for RDS. What is the preferred approach to handle this?
2 replies