Learn how to login with Svelte with Sapper and handle the JWT Token. We will Login using JWT( JSON Web Token ) which is the standard method for SPA Authentications. We will not use the traditional “Bearer method” but instead we will login using HttpOnly cookies which is a more secure authentication.
Auth API: https://github.com/scalablescripts/au…
Subscribe: https://www.youtube.com/channel/UCljAHzX-PBxv6WrXkI2rnQw
#svelte #javascript