diff --git a/src/Server/Program.cs b/src/Server/Program.cs index 3109476..d5beb5c 100755 --- a/src/Server/Program.cs +++ b/src/Server/Program.cs @@ -6,8 +6,8 @@ using Stripe; using System.Security.Claims; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.IdentityModel.Tokens; -using System.Text; using System.IdentityModel.Tokens.Jwt; +using System.Text; var builder = WebApplication.CreateBuilder(args); diff --git a/src/Server/Services/jwt.cs b/src/Server/Services/jwt.cs index 876adb2..21dcf33 100644 --- a/src/Server/Services/jwt.cs +++ b/src/Server/Services/jwt.cs @@ -6,8 +6,8 @@ using Microsoft.IdentityModel.Tokens; namespace BoredCareers.Services { public class BoredCareersJWT { - public static string TokenAudience = "https://boredcareers.com/api"; - public static string TokenIssuer = "https://boredcareers.com"; + public static string TokenAudience = "mistox-llc-auth-token"; + public static string TokenIssuer = "https://auth.mistox.com"; public static string TokenSecretKey = ""; public static string TokenName = "mistox_session";