100 days of code: Day 37 – 43

It’s 11am. I just got back to my desk and decided to commence writing again. It’s been 6 days since my last post which is a really long time.

I am going to change it from 100 days of code to 30 days of code excluding weekends to improve my confidence. I have just installed wakatime on my visual studio as well as my vs code to help track the exact amount of time I spend coding.

For today, I am going to take some time back to review my progress so far and restrategise. again.

Here is tomorrow’s plan :

  1. Study and come to a reasonable understanding of JWT as it seems like a better option for authentication and authorization in .net Web API’s.
  2. Implement JWT in my Hotel Management project.

These are the articles I have to study :

  1. https://andrewlock.net/a-look-behind-the-jwt-bearer-authentication-middleware-in-asp-net-core/
  2. https://devblogs.microsoft.com/dotnet/jwt-validation-and-authorization-in-asp-net-core/
  3. https://blog.logrocket.com/how-to-secure-a-rest-api-using-jwt-7efd83e71432/

Leave a comment