source: ChapterX.Application/Auth/IJwtTokenService.cs@ 3ae4bab

main
Last change on this file since 3ae4bab was e294f7d, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago

Added JWT authentication

  • Property mode set to 100644
File size: 156 bytes
Line 
1namespace ChapterX.Application.Auth
2{
3 public interface IJwtTokenService
4 {
5 string GenerateToken(ChapterX.Domain.Entities.User user);
6 }
7}
Note: See TracBrowser for help on using the repository browser.