Connor
Connor
WWasp-lang
Created by Álvaro P. on 3/29/2024 in #🙋questions
Best Practices for Implementing Auth System in Chrome Extension Connected to OpenSaaS
Also is there a way to authenticate the user through an API call? We are looking to authenticate the user inside a custom API call to generate a jwt but don't know which function to call to authenticate the user once they pass in both username and password from the external api call
42 replies
WWasp-lang
Created by Álvaro P. on 3/29/2024 in #🙋questions
Best Practices for Implementing Auth System in Chrome Extension Connected to OpenSaaS
Hello, has any progress been made on this front for using auth with "thrid-party" apps? We are looking at chrome extensions
42 replies
WWasp-lang
Created by Connor on 7/10/2024 in #🙋questions
Custom key file not able to be referenced after compiling
Is there any other way to store private files or vars than the .secret.env?
9 replies
WWasp-lang
Created by Connor on 7/10/2024 in #🙋questions
Custom key file not able to be referenced after compiling
Yeah, the file would be private
9 replies
WWasp-lang
Created by Connor on 6/20/2024 in #🙋questions
custom signup action not running
Awesome, I'll have to keep an eye out for the new version but will just work with the suggested solution in the meantime. Thanks for all your guys help! And I think Haskell is a great use case for a compiler like Wasp! Really any function language has the advantage of pattern matching which is so convenient for building a CFG and AST but that's just my opinion lol
26 replies
WWasp-lang
Created by Connor on 6/20/2024 in #🙋questions
custom signup action not running
Also, I didn’t realize the wasp compiler was in Haskell, that’s awesome! It’s a really cool language
26 replies
WWasp-lang
Created by Connor on 6/20/2024 in #🙋questions
custom signup action not running
Yeah good idea, I will probably just do that then. I just wasn’t sure if there was a clean way to customize signup but it sounds like this idea would work perfect. Thank you!
26 replies
WWasp-lang
Created by Connor on 6/20/2024 in #🙋questions
custom signup action not running
Thanks for your response! I appreciate it! Ah that makes sense, how do I create that custom signup flow to call my custom action? Is there I spot I should put it under auth: {...} within main.wasp? I'm basically looking to do all the normal create user functionalities but also reach out to an external api and gather information from a url they provided on signup. I have modified the signup field to account for this new url field we are wanting on signup, but I just don't know how to link the custom signup action I have defined.
26 replies
WWasp-lang
Created by Connor on 6/20/2024 in #🙋questions
custom signup action not running
@Wasp Team @Wasp Expert Are you guys aware of any way to implement the custom sign up action? I follow the documentation and it is still running the default signup action. Do I need to specify the method I want instead anywhere else besides the action definition in main.wasp? Thanks for your help! Also this is the documentation link I am referring to: https://wasp-lang.dev/docs/auth/entities#custom-signup-action
26 replies
WWasp-lang
Created by Connor on 6/20/2024 in #🙋questions
custom signup action not running
@kapa.ai
26 replies
WWasp-lang
Created by Connor on 6/20/2024 in #🙋questions
custom signup action not running
This didn't work, do I need to specify a specific signup action to be run somehow?
26 replies
WWasp-lang
Created by Connor on 5/30/2024 in #🙋questions
Adding Custom Auth
@kapa.ai How can the auth entities be modified?
17 replies
WWasp-lang
Created by Connor on 5/30/2024 in #🙋questions
Adding Custom Auth
@kapa.ai How would I go about modifying these wasp Auth Entities?
17 replies
WWasp-lang
Created by Connor on 5/30/2024 in #🙋questions
Adding Custom Auth
@kapa.ai How would I go about modifying these wasp Auth Entities?
17 replies