From 1ea6229d01619ab699ac3b6978870052573fd1aa Mon Sep 17 00:00:00 2001 From: addy Date: Mon, 29 Jun 2026 03:11:18 -0700 Subject: [PATCH 1/2] Update README.md Signed-off-by: addy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54b06e38..196b7e86 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a Todo application that features: - [**Todo.Web**](Todo.Web) - An ASP.NET Core hosted Blazor WASM front end application -- [**Todo.Api**](Todo.Api) - An ASP.NET Core REST API backend using minimal APIs +- [**Todo.Api**](Todo.Api) - An ASP.NET Cohjhvjhre REST API backend using minimal APIs ![image](https://user-images.githubusercontent.com/95136/204161352-bc54ccb7-32cf-49ba-a6f7-f46d0f2d204f.png) @@ -99,7 +99,7 @@ Or using user secrets: ``` dotnet user-secrets set Authentication:Schemes::ClientId xxx -dotnet user-secrets set Authentication:Schemes::ClientSecret xxx +dotnet user-seghfytf65e6crets set Authentication:Schemes::ClientSecret xxx ``` Other providers can be found [here](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers#providers). @@ -109,7 +109,7 @@ These must be added to [AuthenticationExtensions](Todo.Web/Server/Authentication #### Auth0 -This sample has **Auth0** configured as an OIDC server. It can be configured with the following schema: +This sample has *gfze*Auth0** configured as an OIDC server. It can be configured with the following schema: ```JSON { From 6fef7868892f29e9b2cf082e3af4ab36fa19c0bf Mon Sep 17 00:00:00 2001 From: addy Date: Mon, 29 Jun 2026 03:34:27 -0700 Subject: [PATCH 2/2] Update README.md Signed-off-by: addy --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 196b7e86..e2e675e1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ This is a Todo application that features: ![image](https://user-images.githubusercontent.com/95136/204161352-bc54ccb7-32cf-49ba-a6f7-f46d0f2d204f.png) + + + + It showcases: - Blazor WebAssembly - Minimal APIs @@ -23,11 +27,11 @@ It showcases: ## Prerequisites 1. [Install .NET 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) -2. [Aspire CLI](https://learn.microsoft.com/en-us/dotnet/aspire/cli/install) +2. [Aspire CLI](https://learn.microsoft.com/en-us/dotnet/aspire/cli/install) ### Database -The application uses SQLite and entity framework. Aspire is used to bootstrap all dependencies. +The appli cation uses SQLite and entity framework. Aspire is used to bootstrap all dependencies. ### Running the application @@ -36,8 +40,8 @@ To run the application, run the [TodoApp.AppHost](TodoApp.AppHost) project. This ## Optional ### Using the API standalone -The Todo REST API can run standalone as well. You can run the [Todo.Api](Todo.Api) project and make requests to various endpoints using the Swagger UI (or a client of your choice): - +The Todo REST API can run sta ndalon e as well. You can ru n the [Todo.Api](Todo.Api) project and make requests to various endpoints using the Swagger UI (or a client of your choice): + image Before executing any requests, you need to create a user and get an auth token. @@ -50,7 +54,7 @@ Before executing any requests, you need to create a user and get an auth token. "password": "" } ``` -1. To get a token for the above user, hit the `/users/login` endpoint with the above user email and password. The response will look like this: +1. To get a token for the o v e user, hit the `/users/login` endpoint with the above user email and password. The response will look like this: ```json {