This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import express from "express"; | |
import { verify } from "@ltonetwork/http-message-signatures"; | |
import ec from "js-crypto-ec"; | |
const app = express(); | |
const port = 3000; | |
const trsJwksEndpoint = | |
"https://preprod.teacher-qualifications-api.education.gov.uk/webhook-jwks"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Data.SqlClient; | |
using System.Diagnostics; | |
using System.IO; | |
using System.Linq; | |
using System.Text.RegularExpressions; | |
namespace DbDeploy | |
{ |