Rare find

Todos. Example todo list backends built different ways.

github.com/davidfowl/Todos

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2022
  • Bump Microsoft.AspNetCore.Authentication.JwtBearer in /TodoBasicWithA…
  • Bump Microsoft.AspNetCore.Authentication.JwtBearer (#21)
November 2020
  • Use is null
  • Single file MVC
  • Updated to .NET 5
February 2020
  • Added ability to mark a task as completed (for one of the samples).
  • Switch back to a more idiomatic .NET appraoch
  • Add it to the solution
  • Trying out new conversion method
  • Use ints
  • Use numbers for status codes
  • Updated to use new version of feather with parsing helpers
  • Basic sample uses JsonProperty attributes directly
  • Update to use new version of feather
  • Rename db to user manager
  • Use identity
  • Extra space!
  • Make the auth sample use Identity
  • Added sample.http to try out the API. (#14)
  • Add an auidence to the JwtSettings