DEV Community

Discussion on: How to build a full stack serverless application with Svelte and GraphQL

 
shadid12 profile image
Shadid Haque

Thanks for taking the time and going over the blog. I totally agree JWT based authentication is probably the most secure way to go for a real application. There are services like Auth0, OKTA, Cognito to do JWT auth. Authentication is a big topic so I would definitely try to make another post about it.

As for environmental variables they get hidden and vercel puts them into a secure store manager by vercel. Same with netlify.

Thread Thread
 
benoitbuyse profile image
Benoit Buyse

Thanks for the reply! Would be very interesting to see another post about authentication.