In this video we will implement registration and login in Deno from scratch.
The features:
- Typescript
- Registration
- Login
- Encrypting password using bcrypt
- Saving JWT in cookie.
- Redirect to login when trying to access a page which is only available for authorized users only.
https://youtu.be/2TRipZfWEGY
#deno #denotutorial #javascript #typescript #denologin