mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Add Swagger generation for Identity (#2058)
This commit is contained in:
@ -2861,25 +2861,25 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Azure.Messaging.EventGrid": "4.10.0",
|
||||
"CommCore": "2022.5.1",
|
||||
"Core": "2022.5.1",
|
||||
"SharedWeb": "2022.5.1",
|
||||
"CommCore": "2022.5.2",
|
||||
"Core": "2022.5.2",
|
||||
"SharedWeb": "2022.5.2",
|
||||
"Swashbuckle.AspNetCore": "6.3.1"
|
||||
}
|
||||
},
|
||||
"commcore": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1"
|
||||
"Core": "2022.5.2"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Api": "2022.5.1",
|
||||
"Api": "2022.5.2",
|
||||
"AutoFixture.AutoNSubstitute": "4.17.0",
|
||||
"AutoFixture.Xunit2": "4.17.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
|
||||
"Microsoft.NET.Test.Sdk": "17.1.0",
|
||||
"NSubstitute": "4.3.0",
|
||||
@ -2927,7 +2927,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -2936,7 +2936,7 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "11.0.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "6.0.4",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.4",
|
||||
"Pomelo.EntityFrameworkCore.MySql": "6.0.1",
|
||||
@ -2946,9 +2946,9 @@
|
||||
"sharedweb": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Infrastructure.Dapper": "2022.5.1",
|
||||
"Infrastructure.EntityFramework": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"Infrastructure.Dapper": "2022.5.2",
|
||||
"Infrastructure.EntityFramework": "2022.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3386,33 +3386,33 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Azure.Messaging.EventGrid": "4.10.0",
|
||||
"CommCore": "2022.5.1",
|
||||
"Core": "2022.5.1",
|
||||
"SharedWeb": "2022.5.1",
|
||||
"CommCore": "2022.5.2",
|
||||
"Core": "2022.5.2",
|
||||
"SharedWeb": "2022.5.2",
|
||||
"Swashbuckle.AspNetCore": "6.3.1"
|
||||
}
|
||||
},
|
||||
"billing": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Design": "6.0.3",
|
||||
"SharedWeb": "2022.5.1"
|
||||
"SharedWeb": "2022.5.2"
|
||||
}
|
||||
},
|
||||
"commcore": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1"
|
||||
"Core": "2022.5.2"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Api": "2022.5.1",
|
||||
"Api": "2022.5.2",
|
||||
"AutoFixture.AutoNSubstitute": "4.17.0",
|
||||
"AutoFixture.Xunit2": "4.17.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
|
||||
"Microsoft.NET.Test.Sdk": "17.1.0",
|
||||
"NSubstitute": "4.3.0",
|
||||
@ -3460,7 +3460,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -3469,7 +3469,7 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "11.0.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "6.0.4",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.4",
|
||||
"Pomelo.EntityFrameworkCore.MySql": "6.0.1",
|
||||
@ -3479,9 +3479,9 @@
|
||||
"sharedweb": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Infrastructure.Dapper": "2022.5.1",
|
||||
"Infrastructure.EntityFramework": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"Infrastructure.Dapper": "2022.5.2",
|
||||
"Infrastructure.EntityFramework": "2022.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2857,16 +2857,16 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Azure.Messaging.EventGrid": "4.10.0",
|
||||
"CommCore": "2022.5.1",
|
||||
"Core": "2022.5.1",
|
||||
"SharedWeb": "2022.5.1",
|
||||
"CommCore": "2022.5.2",
|
||||
"Core": "2022.5.2",
|
||||
"SharedWeb": "2022.5.2",
|
||||
"Swashbuckle.AspNetCore": "6.3.1"
|
||||
}
|
||||
},
|
||||
"commcore": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1"
|
||||
"Core": "2022.5.2"
|
||||
}
|
||||
},
|
||||
"core": {
|
||||
@ -2910,7 +2910,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -2919,7 +2919,7 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "11.0.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "6.0.4",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.4",
|
||||
"Pomelo.EntityFrameworkCore.MySql": "6.0.1",
|
||||
@ -2929,9 +2929,9 @@
|
||||
"sharedweb": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Infrastructure.Dapper": "2022.5.1",
|
||||
"Infrastructure.EntityFramework": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"Infrastructure.Dapper": "2022.5.2",
|
||||
"Infrastructure.EntityFramework": "2022.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2873,25 +2873,25 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Azure.Messaging.EventGrid": "4.10.0",
|
||||
"CommCore": "2022.5.1",
|
||||
"Core": "2022.5.1",
|
||||
"SharedWeb": "2022.5.1",
|
||||
"CommCore": "2022.5.2",
|
||||
"Core": "2022.5.2",
|
||||
"SharedWeb": "2022.5.2",
|
||||
"Swashbuckle.AspNetCore": "6.3.1"
|
||||
}
|
||||
},
|
||||
"commcore": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1"
|
||||
"Core": "2022.5.2"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Api": "2022.5.1",
|
||||
"Api": "2022.5.2",
|
||||
"AutoFixture.AutoNSubstitute": "4.17.0",
|
||||
"AutoFixture.Xunit2": "4.17.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
|
||||
"Microsoft.NET.Test.Sdk": "17.1.0",
|
||||
"NSubstitute": "4.3.0",
|
||||
@ -2939,7 +2939,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -2948,7 +2948,7 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "11.0.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "6.0.4",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.4",
|
||||
"Pomelo.EntityFrameworkCore.MySql": "6.0.1",
|
||||
@ -2958,9 +2958,9 @@
|
||||
"sharedweb": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Infrastructure.Dapper": "2022.5.1",
|
||||
"Infrastructure.EntityFramework": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"Infrastructure.Dapper": "2022.5.2",
|
||||
"Infrastructure.EntityFramework": "2022.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2814,14 +2814,14 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AngleSharp": "0.16.1",
|
||||
"Core": "2022.5.1",
|
||||
"SharedWeb": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"SharedWeb": "2022.5.2"
|
||||
}
|
||||
},
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -2830,7 +2830,7 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "11.0.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "6.0.4",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.4",
|
||||
"Pomelo.EntityFrameworkCore.MySql": "6.0.1",
|
||||
@ -2840,9 +2840,9 @@
|
||||
"sharedweb": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Infrastructure.Dapper": "2022.5.1",
|
||||
"Infrastructure.EntityFramework": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"Infrastructure.Dapper": "2022.5.2",
|
||||
"Infrastructure.EntityFramework": "2022.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3003,25 +3003,25 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Azure.Messaging.EventGrid": "4.10.0",
|
||||
"CommCore": "2022.5.1",
|
||||
"Core": "2022.5.1",
|
||||
"SharedWeb": "2022.5.1",
|
||||
"CommCore": "2022.5.2",
|
||||
"Core": "2022.5.2",
|
||||
"SharedWeb": "2022.5.2",
|
||||
"Swashbuckle.AspNetCore": "6.3.1"
|
||||
}
|
||||
},
|
||||
"commcore": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1"
|
||||
"Core": "2022.5.2"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Api": "2022.5.1",
|
||||
"Api": "2022.5.2",
|
||||
"AutoFixture.AutoNSubstitute": "4.17.0",
|
||||
"AutoFixture.Xunit2": "4.17.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
|
||||
"Microsoft.NET.Test.Sdk": "17.1.0",
|
||||
"NSubstitute": "4.3.0",
|
||||
@ -3069,14 +3069,15 @@
|
||||
"identity": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"SharedWeb": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"SharedWeb": "2022.5.2",
|
||||
"Swashbuckle.AspNetCore.SwaggerGen": "6.3.1"
|
||||
}
|
||||
},
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -3085,7 +3086,7 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "11.0.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "6.0.4",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.4",
|
||||
"Pomelo.EntityFrameworkCore.MySql": "6.0.1",
|
||||
@ -3095,8 +3096,8 @@
|
||||
"integrationtestcommon": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Common": "2022.5.1",
|
||||
"Identity": "2022.5.1",
|
||||
"Common": "2022.5.2",
|
||||
"Identity": "2022.5.2",
|
||||
"Microsoft.AspNetCore.Mvc.Testing": "6.0.5",
|
||||
"Microsoft.EntityFrameworkCore.InMemory": "6.0.5",
|
||||
"Microsoft.Extensions.Configuration": "6.0.1"
|
||||
@ -3105,9 +3106,9 @@
|
||||
"sharedweb": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Infrastructure.Dapper": "2022.5.1",
|
||||
"Infrastructure.EntityFramework": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"Infrastructure.Dapper": "2022.5.2",
|
||||
"Infrastructure.EntityFramework": "2022.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2861,25 +2861,25 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Azure.Messaging.EventGrid": "4.10.0",
|
||||
"CommCore": "2022.5.1",
|
||||
"Core": "2022.5.1",
|
||||
"SharedWeb": "2022.5.1",
|
||||
"CommCore": "2022.5.2",
|
||||
"Core": "2022.5.2",
|
||||
"SharedWeb": "2022.5.2",
|
||||
"Swashbuckle.AspNetCore": "6.3.1"
|
||||
}
|
||||
},
|
||||
"commcore": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1"
|
||||
"Core": "2022.5.2"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Api": "2022.5.1",
|
||||
"Api": "2022.5.2",
|
||||
"AutoFixture.AutoNSubstitute": "4.17.0",
|
||||
"AutoFixture.Xunit2": "4.17.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
|
||||
"Microsoft.NET.Test.Sdk": "17.1.0",
|
||||
"NSubstitute": "4.3.0",
|
||||
@ -2927,14 +2927,15 @@
|
||||
"identity": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"SharedWeb": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"SharedWeb": "2022.5.2",
|
||||
"Swashbuckle.AspNetCore.SwaggerGen": "6.3.1"
|
||||
}
|
||||
},
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -2943,7 +2944,7 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "11.0.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "6.0.4",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.4",
|
||||
"Pomelo.EntityFrameworkCore.MySql": "6.0.1",
|
||||
@ -2953,9 +2954,9 @@
|
||||
"sharedweb": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Infrastructure.Dapper": "2022.5.1",
|
||||
"Infrastructure.EntityFramework": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"Infrastructure.Dapper": "2022.5.2",
|
||||
"Infrastructure.EntityFramework": "2022.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2989,25 +2989,25 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Azure.Messaging.EventGrid": "4.10.0",
|
||||
"CommCore": "2022.5.1",
|
||||
"Core": "2022.5.1",
|
||||
"SharedWeb": "2022.5.1",
|
||||
"CommCore": "2022.5.2",
|
||||
"Core": "2022.5.2",
|
||||
"SharedWeb": "2022.5.2",
|
||||
"Swashbuckle.AspNetCore": "6.3.1"
|
||||
}
|
||||
},
|
||||
"commcore": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1"
|
||||
"Core": "2022.5.2"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Api": "2022.5.1",
|
||||
"Api": "2022.5.2",
|
||||
"AutoFixture.AutoNSubstitute": "4.17.0",
|
||||
"AutoFixture.Xunit2": "4.17.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
|
||||
"Microsoft.NET.Test.Sdk": "17.1.0",
|
||||
"NSubstitute": "4.3.0",
|
||||
@ -3055,14 +3055,15 @@
|
||||
"identity": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"SharedWeb": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"SharedWeb": "2022.5.2",
|
||||
"Swashbuckle.AspNetCore.SwaggerGen": "6.3.1"
|
||||
}
|
||||
},
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -3071,7 +3072,7 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "11.0.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "6.0.4",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.4",
|
||||
"Pomelo.EntityFrameworkCore.MySql": "6.0.1",
|
||||
@ -3081,9 +3082,9 @@
|
||||
"sharedweb": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Infrastructure.Dapper": "2022.5.1",
|
||||
"Infrastructure.EntityFramework": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"Infrastructure.Dapper": "2022.5.2",
|
||||
"Infrastructure.EntityFramework": "2022.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user