Skip to content

Commit

Permalink
feat: refresh token
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Apr 3, 2022
1 parent 2bb76e3 commit 3be6704
Show file tree
Hide file tree
Showing 15 changed files with 861 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5451;http://localhost:5450"
},
"Docker (1)": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true,
"useSSL": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5461;http://localhost:5460"
},
"Docker (1)": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true,
"useSSL": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5431;http://localhost:5430"
},
"Docker (1)": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true,
"useSSL": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5441;http://localhost:5440"
},
"Docker (1)": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true,
"useSSL": true
}
}
}
Binary file modified src/services/DevStore.Customers.API/Startup.cs
Binary file not shown.
Binary file not shown.
Binary file modified src/services/DevStore.Identity.API/DevStore.Identity.API.csproj
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3be6704

Please sign in to comment.