import {auth} from 'express-oauth2-jwt-bearer'; import * as dotenv from "dotenv"; dotenv.config(); export const checkJwt = auth({ ...
確定! 回上一頁