aboutsummaryrefslogtreecommitdiff
path: root/Backend/Api/Api/Interfaces/IJwtService.cs
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-10-28 13:51:44 +0200
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-10-28 13:51:44 +0200
commitbda64ea8b4907c92a04b011a4d4048ef87cfbd5b (patch)
tree4b94c2ebb99249440e5f2af70ba44ee30f59924a /Backend/Api/Api/Interfaces/IJwtService.cs
parent468c1cf027baf2bc63a636a27aca81c373b3922b (diff)
parentd2f98610ddfd63f39c2a2c5b43030bfb4a0ce0a0 (diff)
Merge branch 'develop' of http://gitlab.pmf.kg.ac.rs/BrzoDoLokacije2022/odyssey/brzodolokacije into develop
Diffstat (limited to 'Backend/Api/Api/Interfaces/IJwtService.cs')
-rw-r--r--Backend/Api/Api/Interfaces/IJwtService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Backend/Api/Api/Interfaces/IJwtService.cs b/Backend/Api/Api/Interfaces/IJwtService.cs
index adb83a2..1a8fb0a 100644
--- a/Backend/Api/Api/Interfaces/IJwtService.cs
+++ b/Backend/Api/Api/Interfaces/IJwtService.cs
@@ -6,7 +6,6 @@ namespace Api.Interfaces
{
string GenToken(User user);
string TokenToId(string token);
- Task<string> RenewToken(string existingToken);
public string GenEmailToken(User user);
public string EmailTokenToId(string token);
}