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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# KK.AspNetCore.EasyAuthAuthentication
2
2
3
-
This helps getting azure appservice authentication working with asp.net core
3
+
This helps getting azure appservice authentication working with asp.net core.
4
4
5
5
## Nuget
6
6
@@ -20,7 +20,7 @@ Pre-releases of this Package are pushed to an internal feed an Azure DevOps. The
20
20
21
21
## Build
22
22
23
-
The build environment for this project is on Azure DevOps and can be found here [dev.azure.com/kirkone/KK.AspNetCore.EasyAuthAuthentication](https://dev.azure.com/kirkone/KK.AspNetCore.EasyAuthAuthentication/_build)
23
+
The build environment for this project is on Azure DevOps and can be found here [dev.azure.com/kirkone/KK.AspNetCore.EasyAuthAuthentication](https://dev.azure.com/kirkone/KK.AspNetCore.EasyAuthAuthentication/_build).
24
24
25
25
### Nuget package build
26
26
@@ -204,8 +204,9 @@ See also the list of [contributors](https://github.com/kirkone/KK.AspNetCore.Eas
204
204
205
205
## License
206
206
207
-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
207
+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
208
208
209
209
## Acknowledgments
210
210
211
211
- Inspired by this [StackOverflow post](https://stackoverflow.com/a/42402163/6526640) and this [GitHub](https://github.com/lpunderscore/azureappservice-authentication-middleware) repo
0 commit comments