You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ For more details, see [Steve Sanderson's original blog post](http://blog.stevens
30
30
Secrets
31
31
--------
32
32
33
-
This example app relies on a number of "secrets": sensitive information such as the client secret for authenticating via Google and the api Key for retrieving weather data from the OpenWeather Api.
33
+
This example app relies on a number of "secrets"; sensitive information such as the client secret for authenticating via Google and the api Key for retrieving weather data from the OpenWeather Api.
34
34
35
35
Rather than store these values in plain text in the source code, we use the .NET Core User Secrets tool.
If you want to see how to secure this app using OpenID Connect, check out the [secure branch](https://github.com/jonhilt/Angular-2-NET-Core-Weather-Checker/secure).
60
+
If you want to see how to secure this app using OpenID Connect, check out the [secure branch](https://github.com/jonhilt/Angular-2-NET-Core-Weather-Checker/tree/secure).
0 commit comments