Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This projects is open source and may be redistributed under the terms of the [Ap

## Package Status
### Releases
[![Nuget](https://img.shields.io/nuget/v/DarkLoop.Azure.Functions.Authorize.svg)](https://www.nuget.org/packages/DarkLoop.Azure.Functions.Authorize)
[![Nuget](https://img.shields.io/nuget/v/DarkLoop.Azure.Functions.Authorization.Abstractions.svg)](https://www.nuget.org/packages/DarkLoop.Azure.Functions.Authorization.Abstractions)

### Builds
![master build status](https://dev.azure.com/darkloop/DarkLoop%20Core%20Library/_apis/build/status/Open%20Source/Functions%20Authorize%20-%20Pack?branchName=master)
Expand Down
2 changes: 1 addition & 1 deletion src/abstractions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
This module is a collection of abstractions to keep both authorization modules (Authorize and Authorization.Isolated) more in sync for future development.

For more information on the dependent modules:
- `DarkLoop.Azure.Functions.Authorize` read the following [README](https://www.nuget.org/packages/DarkLoop.Azure.Functions.Authorize).
- `DarkLoop.Azure.Functions.Authorization.InProcess` read the following [README](https://www.nuget.org/packages/DarkLoop.Azure.Functions.Authorization.InProcess).
- `DarkLoop.Azure.Functions.Authorization.Isolated` read the following [README](https://www.nuget.org/packages/DarkLoop.Azure.Functions.Authorization.Isolated).