bert2002
09/24/2022, 7:03 AMsign_in_and_up_feature=thirdparty.SignInAndUpFeature(providers=[]) requires to have a provider, Is it the same providers as e.g. thirdpartyemailpassword.init(). Is this then obsolete?bert2002
09/24/2022, 7:04 AMthirdpartyemailpassword.init() the login is not possible anymore (e.g. Google)bert2002
09/24/2022, 7:05 AMsign_in_and_up_feature=thirdparty.SignInAndUpFeature(providers=[]) and thirdpartyemailpassword.init(providers=[]) ?bert2002
09/24/2022, 7:10 AMoverride_thirdparty_apis() never gets called with a Google login based on the example abovebert2002
09/24/2022, 7:22 AMthirdpartyemailpassword.init() and only have thirdparty.init() the auth uri does not exist anymore INFO: 172.20.0.1:54686 - "GET /auth/authorisationurl?thirdPartyId=google HTTP/1.1" 404 Not Foundbert2002
09/24/2022, 7:32 AMrp_st
09/24/2022, 7:53 AMrp_st
09/24/2022, 7:56 AMrp_st
09/24/2022, 7:57 AMbert2002
09/24/2022, 8:30 AMbert2002
09/24/2022, 8:30 AMrp_st
09/24/2022, 8:30 AMbert2002
09/24/2022, 8:31 AMThirdPartyEmailPassword.init() in the frontend needs to be switched to thirdparty.init() ?rp_st
09/24/2022, 8:31 AMbert2002
09/24/2022, 8:32 AMthirdpartyemailpassword.init()? in the backend? When I add override=thirdparty.InputOverrideConfig(
apis=override_thirdparty_apis
), like for thirdparty.init() then the app crashes (would need to check for the logs, but some functions were not existing)bert2002
09/24/2022, 8:32 AMrp_st
09/24/2022, 8:33 AMbert2002
09/24/2022, 8:33 AMrp_st
09/24/2022, 8:33 AMbert2002
09/24/2022, 8:37 AMbert2002
09/24/2022, 8:37 AMbert2002
09/24/2022, 8:38 AMrp_st
09/24/2022, 8:47 AM