I'm using Astro with Solid and a custom Python bac...
# support-questions
j
I'm using Astro with Solid and a custom Python backend. Is there a guide to show the simplest way to implement email based auth? Thanks.
r
Hey @Julio there isn’t a guide for this yet unfortunately.
But there is an example app with remix run. I think they are somewhat similar? I’m not sure
Here is an example with remix run: https://github.com/rishabhpoddar/remix-supertokens
Not sure if this helps in anyway
j
Thanks. I'll check it out. It seems a vanilla client side JS guide would be helpful and I'm guessing/hoping validating a JWT on the server would be pretty standard.
r
yea! we have docs for all of these things
5 Views