Join Discord
Powered by
I'm using Astro with Solid and a custom Python bac...
# support-questions-legacy
j
Julio
01/30/2023, 2:21 PM
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
rp_st
01/30/2023, 2:32 PM
Hey
@Julio
there isn’t a guide for this yet unfortunately.
rp_st
01/30/2023, 2:33 PM
But there is an example app with remix run. I think they are somewhat similar? I’m not sure
rp_st
01/30/2023, 2:34 PM
Here is an example with remix run:
https://github.com/rishabhpoddar/remix-supertokens
rp_st
01/30/2023, 2:34 PM
Not sure if this helps in anyway
j
Julio
01/30/2023, 5:21 PM
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
rp_st
01/30/2023, 5:45 PM
yea! we have docs for all of these things
16
Views
Previous
Next