You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 line
200 B

  1. //
  2. // File.swift
  3. //
  4. //
  5. // Created by Michiel Carman on 4/13/24.
  6. //
  7. import Vapor
  8. import JWT
  9. struct mdlJWT: JWTPayload{
  10. var result: String
  11. func verify(using signer: JWTKit.JWTSigner) {}
  12. }