Update tags to not use periods

This commit is contained in:
2020-10-01 21:10:52 -05:00
parent 95947a7c01
commit 0fd9ae8de3
15 changed files with 15 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ title: "OWIN Integration Testing with OAuth Bearer Tokens"
date: 2016-04-11 13:34:00
description: "How to generate an OAuth bearer token to use with OWIN integration tests."
categories: [programming]
tags: [owin,.net]
tags: [owin,dotnet]
---
## Situation