Ejemplo n.º 1
0
 public User GetUser([FromBody] string tokenstring)
 {
     return(_jwtAuthService.GetLoggedUser(tokenstring));
 }