diff options
author | branislav.radivojevic <wafflemynxyt@gmail.com> | 2022-10-30 17:10:24 +0100 |
---|---|---|
committer | branislav.radivojevic <wafflemynxyt@gmail.com> | 2022-10-30 17:10:24 +0100 |
commit | e974abe377366b70d7214fa387d68a3a3e9e2315 (patch) | |
tree | 745969b1725dde3656b05429b9aac01731613f80 /Backend/Api/Api/Interfaces/IJwtService.cs | |
parent | 2be12a8a7c77121377e9308c3bee27cbc3241231 (diff) |
registracija sa verfikacijom maila, reset pass
Diffstat (limited to 'Backend/Api/Api/Interfaces/IJwtService.cs')
-rw-r--r-- | Backend/Api/Api/Interfaces/IJwtService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Backend/Api/Api/Interfaces/IJwtService.cs b/Backend/Api/Api/Interfaces/IJwtService.cs index f9e5d5f..6274bf9 100644 --- a/Backend/Api/Api/Interfaces/IJwtService.cs +++ b/Backend/Api/Api/Interfaces/IJwtService.cs @@ -6,7 +6,8 @@ namespace Api.Interfaces { string GenToken(User user); string TokenToId(string token); - public string GenEmailToken(string username); + public string GenEmailToken(User user); public string EmailTokenToId(string token); + public string EmailTokenToKod(string token); } }
\ No newline at end of file |