Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)
* [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.
Loading