aboutsummaryrefslogtreecommitdiff
path: root/Backend/Api/Api/Interfaces/IJwtService.cs
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-11-08 15:02:03 +0000
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-11-08 15:02:03 +0000
commit9659c8868d19b31cf9ecae40bd28a30f13127f26 (patch)
tree428f090f1d20cc0b4a2865fdc2fdbf5f8af38fbc /Backend/Api/Api/Interfaces/IJwtService.cs
parentf695db67989fd9c2c7b045bc55d8aa780b388d5d (diff)
parent6181721dc548421ec2926c17a73f0d48a2c99482 (diff)
Merge branch 'develop' into 'master'
Merge develop -> master See merge request BrzoDoLokacije2022/odyssey/brzodolokacije!3
Diffstat (limited to 'Backend/Api/Api/Interfaces/IJwtService.cs')
-rw-r--r--Backend/Api/Api/Interfaces/IJwtService.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Backend/Api/Api/Interfaces/IJwtService.cs b/Backend/Api/Api/Interfaces/IJwtService.cs
index 6274bf9..8d0038f 100644
--- a/Backend/Api/Api/Interfaces/IJwtService.cs
+++ b/Backend/Api/Api/Interfaces/IJwtService.cs
@@ -7,7 +7,6 @@ namespace Api.Interfaces
string GenToken(User user);
string TokenToId(string token);
public string GenEmailToken(User user);
- public string EmailTokenToId(string token);
- public string EmailTokenToKod(string token);
+ public string EmailTokenToClaim(string token,string claim);
}
} \ No newline at end of file