Tommypop
Tommypop
SSolidJS
Created by Tommypop on 4/29/2023 in #support
Google Oauth in Solid: Best Practices
Hi, I've got a solid start project with an actix web backend. What's the recommended approach for implementing google oauth so that I can get the google user id to the actix backend so that I can store data against it, and is there a library for this that doesn't entirely leverage solid start's server for session storage, as I'd ideally like to handle that in my actix backend? I know I can use google identity directly, and then get and send a google id token to the server, which I can then verify and use https://developers.google.com/identity/gsi/web/guides/verify-google-id-token, but it would be nice if there were an idiomatic solid way of doing the former part.
7 replies
SSolidJS
Created by Tommypop on 2/26/2023 in #support
Waiting for context provider to load before rendering children
My context provider doesn't load before the children are rendered. Therefore, the context is undefined when it is used. I've tried using suspense to fix this, but the same error persists
33 replies
SSolidJS
Created by Tommypop on 2/15/2023 in #support
Using routeData in context provider at root of page not working
74 replies
SSolidJS
Created by Tommypop on 1/23/2023 in #support
Accessing cookies in routeData()
Is there any method to access cookies within createRouteData within routeData?
5 replies
SSolidJS
Created by Tommypop on 1/19/2023 in #support
Value returned from routeData is undefined
40 replies
SSolidJS
Created by Tommypop on 1/16/2023 in #support
UI isn't updating properly depending on the context provider's state
53 replies