Has anyone gotten AWS Amplify to work with Solid.js?
I've been relying on the Cognito Hosten UI, AWS provides, and I can start the correct sign up UI and will be redirected back to my Solid.js site.
Unfortunately neither using the
In the react apps I used previously, I used the
Unfortunately neither using the
code myself nor using the AWS Amplify library to handle the code worked.In the react apps I used previously, I used the
withAuthenticator HOC provided by 'aws-amplify-react'