Real authentication with JWT guards in Danet
We showed you a guard that checks a Basic auth header. Nobody ships that. Today we do it properly, with JWT.
We showed you a guard that checks a Basic auth header. Nobody ships that. Today we do it properly, with JWT.
Get ready to use Postgres in Danet in few minutes ! This one is the odd cousin of the database family, and that makes it a great excuse to learn custom injectables.
Get ready to use MongoDB in Danet in few minutes ! Spoiler, you have a lot less code to write than you used to.
Welcome ! Last time, we saw how to build a REST API in Deno using Danet V2. Today, we will add Body validation to it. In V2, you have two ways of doing it.
Welcome, take a seat, and keep your keyboard at hand because today we are building a REST API in Deno using Danet V2. In the end, we’ll also show you how to handle authentication.