Ramon
WWasp-lang
•Created by Ramon on 11/18/2024 in #đŸ™‹questions
Enable dependabot
Hi,
I would like to enable Github dependabot in my open-saas project. At the moment, it is failing due to the local dependency on "wasp" in the package.json file:
"wasp": "file:.wasp/out/sdk/wasp","
Is there any workaround to start using dependabot to identify security vulnerabilities? Thank you!
6 replies
WWasp-lang
•Created by Ramon on 9/4/2024 in #đŸ™‹questions
Authenticated image download
Hi,
I would like to implement a feature in OpenSaaS/WASP where users can publish some posts with images, but these posts should only be available to authenticated users (images shouldn't be public).
I was thinking of using a WASP api, but then I cannot load images in React with a simple <img src="..."> tag.
What would be your suggestion for implementing authenticated image download? This could probably be a nice default feature for opensaas.
Thanks in advance!
10 replies
WWasp-lang
•Created by Ramon on 8/12/2024 in #đŸ™‹questions
Infinite loop if updateCurrentUser returns void
16 replies
WWasp-lang
•Created by Ramon on 8/2/2024 in #đŸ™‹questions
HTTPS
Hey!
I have enabled HTTPS using the following code:
main.wasp file:
initServer.js file:
Hopefully it can help someone else and I can get some feedback.
I then configured my DNS provider to redirect from HTTP to HTTPS. Do you think this is secure enough and the best approach for the current version of WASP? Thank you!
6 replies