One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| import { Router } from "express"; | |
| import jwt from "jsonwebtoken"; | |
| import jwkToPem from "jwk-to-pem"; | |
| import * as Axios from 'axios'; | |
| interface PublicKeys { | |
| keys: PublicKey[]; | |
| } | |
| interface PublicKey { | |
| alg: string; |
| /* | |
| * 31.css is a css library created by CHIMA CHUKWUEMEKA [email protected] | |
| * for the Book-A-Meal project in Andela Cycle 31 Nigeria 2018 | |
| * | |
| * Just like w3.css, 31.css implores the same terminologies in order to provide a responsive UI | |
| * To use 31.css, call to-[property] you want to call as a class attribute value e.g | |
| * to-table, to-btn e.t.c | |
| */ | |
| * { |