From d308a85d502c52c65957c193f4ced39edc53257e Mon Sep 17 00:00:00 2001 From: Aleh Kryshtafovich Date: Sun, 15 Dec 2024 21:19:48 +0100 Subject: [PATCH 1/2] Updated README to match Godel Opensource standard --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31adae3..5676fa7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # GodelTech.Microservices.Security +# Description +The GodelTech.Microservices.Security repository is focused on providing security solutions for microservices developed using C#. It encompasses various security-related functionalities and best practices to ensure the protection and integrity of microservices architectures. + ## Overview **GodelTech.Microservices.Security** contains initializer responsible for REST API endpoint security configuration. @@ -209,4 +212,7 @@ The following configuration secription need to be added to `appsettings.json`: The following resources might be useful to understand internals of current project: * [IdentityServer Documentation](https://identityserver4.readthedocs.io/en/latest/quickstarts/0_overview.html) * [IdentityServer Examples](https://github.com/IdentityServer/IdentityServer4/tree/main/samples) -* [IdentityModel.AspNetCore](https://identitymodel.readthedocs.io/en/latest/aspnetcore/overview.html) \ No newline at end of file +* [IdentityModel.AspNetCore](https://identitymodel.readthedocs.io/en/latest/aspnetcore/overview.html) + +# License +This project is licensed under the MIT License. See the LICENSE file for more details. \ No newline at end of file From 8f861a60d5888e8510b433f5acfea3226a7ebb7b Mon Sep 17 00:00:00 2001 From: Aleh Kryshtafovich Date: Thu, 19 Dec 2024 11:32:16 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Pavel Novikau --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5676fa7..4dff4b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GodelTech.Microservices.Security -# Description +## Description The GodelTech.Microservices.Security repository is focused on providing security solutions for microservices developed using C#. It encompasses various security-related functionalities and best practices to ensure the protection and integrity of microservices architectures. ## Overview @@ -214,5 +214,5 @@ The following resources might be useful to understand internals of current proje * [IdentityServer Examples](https://github.com/IdentityServer/IdentityServer4/tree/main/samples) * [IdentityModel.AspNetCore](https://identitymodel.readthedocs.io/en/latest/aspnetcore/overview.html) -# License +## License This project is licensed under the MIT License. See the LICENSE file for more details. \ No newline at end of file