Update jwt otp deta - #46
Conversation
| const jwt = require('jsonwebtoken') | ||
| const { totp } = require('otplib') | ||
| const { v4: uuidv4 } = require('uuid') | ||
| import jwt from '@tsndr/cloudflare-worker-jwt' |
There was a problem hiding this comment.
perhaps keep the import style consistent (others are require in this file)
There was a problem hiding this comment.
This file's indentation seems to be inconsistent with others (4-space instead 2). Perhaps run a prettier/lint to auto format
woozyking
left a comment
There was a problem hiding this comment.
Thank you @ashishjullia. Looks good!
Will hold on to merging as the wrangler config and CD actions aren't updated yet
Oh, if you say, I can create a PR for that as well as I already have those in place, lmk. |
That'd be sweet! |
You can take a look, here: #47 |
Changes:
Do note:
wrangler 3.x