Inital project setup

This commit is contained in:
Vincent Allen
2025-07-16 21:34:12 -04:00
commit 84108877d5
288 changed files with 12568 additions and 0 deletions

View File

@@ -0,0 +1,89 @@
[
{
"ContainingType": "Microsoft.AspNetCore.Routing.IdentityComponentsEndpointRouteBuilderExtensions\u002B\u003C\u003Ec",
"Method": "\u003CMapAdditionalIdentityEndpoints\u003Eb__0_1",
"RelativePath": "Account/Logout",
"HttpMethod": "POST",
"IsController": false,
"Order": 0,
"Parameters": [
{
"Name": "returnUrl",
"Type": "System.String",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
},
{
"ContainingType": "Microsoft.AspNetCore.Routing.IdentityComponentsEndpointRouteBuilderExtensions\u002B\u003C\u003Ec__DisplayClass0_0",
"Method": "\u003CMapAdditionalIdentityEndpoints\u003Eb__3",
"RelativePath": "Account/Manage/DownloadPersonalData",
"HttpMethod": "POST",
"IsController": false,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
},
{
"ContainingType": "Microsoft.AspNetCore.Routing.IdentityComponentsEndpointRouteBuilderExtensions\u002B\u003C\u003Ec",
"Method": "\u003CMapAdditionalIdentityEndpoints\u003Eb__0_2",
"RelativePath": "Account/Manage/LinkExternalLogin",
"HttpMethod": "POST",
"IsController": false,
"Order": 0,
"Parameters": [
{
"Name": "provider",
"Type": "System.String",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
},
{
"ContainingType": "Microsoft.AspNetCore.Routing.IdentityComponentsEndpointRouteBuilderExtensions\u002B\u003C\u003Ec",
"Method": "\u003CMapAdditionalIdentityEndpoints\u003Eb__0_0",
"RelativePath": "Account/PerformExternalLogin",
"HttpMethod": "POST",
"IsController": false,
"Order": 0,
"Parameters": [
{
"Name": "provider",
"Type": "System.String",
"IsRequired": true
},
{
"Name": "returnUrl",
"Type": "System.String",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
}
]