250501 커밋
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
|
||||
using System.IdentityModel.Tokens.Jwt;
|
||||
using System.Security.Claims;
|
||||
|
||||
using BrokerApiCore;
|
||||
|
||||
using Xunit.Abstractions;
|
||||
|
||||
using BrokerApiServer;
|
||||
|
||||
namespace BrokerTest.Jwt;
|
||||
//=============================================================================================
|
||||
// Jwt 토큰 생성 및 파싱 기본 라이브러리 사용 테스트
|
||||
//=============================================================================================
|
||||
using System.IdentityModel.Tokens.Jwt;
|
||||
using System.Security.Claims;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
using BrokerCore.Common;
|
||||
using BrokerCore.Services;
|
||||
|
||||
namespace BrokerTest.Jwt;
|
||||
|
||||
public class JwtBasicTests
|
||||
{
|
||||
private readonly ITestOutputHelper m_test_output_helper;
|
||||
|
||||
Reference in New Issue
Block a user