Edit auth -> Going to get removed soon
This commit is contained in:
@@ -6,8 +6,8 @@ using Stripe;
|
|||||||
using System.Security.Claims;
|
using System.Security.Claims;
|
||||||
using Microsoft.AspNetCore.Authentication.JwtBearer;
|
using Microsoft.AspNetCore.Authentication.JwtBearer;
|
||||||
using Microsoft.IdentityModel.Tokens;
|
using Microsoft.IdentityModel.Tokens;
|
||||||
using System.Text;
|
|
||||||
using System.IdentityModel.Tokens.Jwt;
|
using System.IdentityModel.Tokens.Jwt;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
var builder = WebApplication.CreateBuilder(args);
|
var builder = WebApplication.CreateBuilder(args);
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ using Microsoft.IdentityModel.Tokens;
|
|||||||
namespace BoredCareers.Services {
|
namespace BoredCareers.Services {
|
||||||
public class BoredCareersJWT {
|
public class BoredCareersJWT {
|
||||||
|
|
||||||
public static string TokenAudience = "https://boredcareers.com/api";
|
public static string TokenAudience = "mistox-llc-auth-token";
|
||||||
public static string TokenIssuer = "https://boredcareers.com";
|
public static string TokenIssuer = "https://auth.mistox.com";
|
||||||
public static string TokenSecretKey = "";
|
public static string TokenSecretKey = "";
|
||||||
public static string TokenName = "mistox_session";
|
public static string TokenName = "mistox_session";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user