aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/Web
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-02-24 13:38:47 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-02-24 13:38:47 +0200
commit64b768178dc9e64293a52c1b6d2631709af9502a (patch)
tree6b7782fdbbbab4f734a1cb499cca03728c4f8f69 /Software/Visual_Studio/Tango.UnitTesting/Web
parent028ab0e5cc2699ceec3e04b1eeab5f56b9b38083 (diff)
downloadTango-64b768178dc9e64293a52c1b6d2631709af9502a.tar.gz
Tango-64b768178dc9e64293a52c1b6d2631709af9502a.zip
Removed all refresh tokens use :/
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/Web')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs
index d696a627c..6f97e1c4e 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs
@@ -63,7 +63,5 @@ namespace Tango.UnitTesting.Web
//Ensure the token validation fails with 'token expired'.
Assert.ThrowsException<TokenExpiredException>(() => read_web_token.Validate(secret));
}
-
-
}
}