Skip to content

Commit

Permalink
made things nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed May 2, 2020
1 parent b687d45 commit 44440ae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,7 @@ server will check the validity of the JWT.
import { serve } from "https://deno.land/std/http/server.ts"
import { encode, decode } from "https://deno.land/std/encoding/utf8.ts"
import validateJwt from "https://deno.land/x/djwt/validate.ts"
import makeJwt, {
setExpiration,
Jose,
Payload,
} from "https://deno.land/x/djwt/create.ts"
import makeJwt, { setExpiration, Jose, Payload, } from "https://deno.land/x/djwt/create.ts"

const key = "your-secret"
const payload: Payload = {
Expand Down

0 comments on commit 44440ae

Please sign in to comment.