摘要:
openssl pkcs12 -export -out server.pfx -inkey server.key -in server.crt 阅读全文
摘要:
Server端 StartUp类: Service proto Client https://github.com/cysnet/Secure_gRpc https://github.com/cysnet/GRPC_IdentityServer4 https://damienbod.com/2019 阅读全文
摘要:
gRPC中集成asp.net identity实现oAuth认证 在asp.net core 3.0中开启identity认证 asp.net core 3.0种需要导入的identity包与core 2.2发生了些变化: <ItemGroup> <PackageReference Include= 阅读全文