Skip to content
#

identityserver4

Here are 471 public repositories matching this topic...

Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web

  • Updated Jan 30, 2022
  • C#
rozbo
rozbo commented Feb 10, 2022

感谢开源,我fork后代码改的太多,就没法pr,这里给可能需要的人提供下效果的和思路。

我们想实现的效果是

也许,看到这里,你可能会嗤之以鼻,这个多简单,还用你啰嗦

 /// <summary>
    /// 删除图书
    /// </summary>
/// <remarks>
/// 描述测试 **markdown测试**
///<remarks>
 [HttpDelete("{id}")]
        [LinCmsAuthorize("删除图书", "图书",Desc = "描述测试 **markdown测试**")]
        public async Task<UnifyResponseDto> DeleteAs

The Microservices Online Shop is an application with a modern software architecture that is cleanly designed and based on.NET lightweight technologies. The shop has two build variations. The first variant is the classic Microservices Architectural Style. The second one is with Dapr. Dapr has a comprehensive infrastructure for building highly decoupled Microservices; for this reason, I am using Dapr to achieve the noble goal of building a highly scalable application with clean architecture and clean code.

  • Updated Dec 25, 2020
  • C#

Implementing an “University” microservices application with .Net Core, Docker, RabbitMQ, CAP, Grpc, Ocelot API Gateway, Redis, PostgreSQL, SqlServer, Entity Framework Core, CQRS , DDD and Clean Architecture implementation. Also includes Cross-Cutting concerns like Implementing Centralized Distributed Logging with Seq.

  • Updated Feb 9, 2022
  • C#

Secure microservices with using standalone Identity Server 4 and backing with Ocelot API Gateway. Protect our ASP.NET Web MVC and API applications with using OAuth 2 and OpenID Connect in IdentityServer4. Securing your web application and API with tokens, working with claims, authentication and authorization middlewares and applying policies.

  • Updated Feb 3, 2022
  • C#

Improve this page

Add a description, image, and links to the identityserver4 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the identityserver4 topic, visit your repo's landing page and select "manage topics."

Learn more