Connor
Connor
WWasp-lang
Created by Connor on 7/10/2024 in #đŸ™‹questions
Custom key file not able to be referenced after compiling
Is there a way to reference a google cloud key.json file after compiling? I currently have it placed in the /app directory and storing that path to the key as an .env var. Is there a way to make sure that file is also moved into the compiled project after running wasp start? Thanks for your help!
9 replies
WWasp-lang
Created by Connor on 6/20/2024 in #đŸ™‹questions
custom signup action not running
I have followed the documentation from here: https://wasp-lang.dev/docs/auth/entities#custom-signup-action I am not able to get this custom sign up action to run upon sign up, it is still running the default one. Do I somehow need to change the function being called upon signup? I was under the impression having the name customSignup defined in wasp.main would mean it would override any default signup action. Any help would be appreciated, thanks!
26 replies
WWasp-lang
Created by Connor on 5/30/2024 in #đŸ™‹questions
Adding Custom Auth
I am looking to add LinkedIn auth to an existing wasp project. Specifically, the linkedin auth that request the user's profile (3-legged oauth). How would I go about this? I know that it might involve modifying the wasp managed Auth entities but I can't find resources on doing that. Thanks in advance for your help!
17 replies