LoginRadius / LoginRadius/engineering-blog-samples
error: Import 'https://deno.land/x/djwt@v1.9/create.ts' failed: 404 Not Found
Open
- Dominant language
- Jupyter Notebook
- Stars
- 248
- Forks
- 369
- PR merge metrics
- No merged PRs in 30d
Description
Project: Deno/JWTAuthentication
What version of deno is required for this?
Issue originates from here:
import { validateJwt } from "https://deno.land/x/djwt/validate.ts";
https://deno.land/x/djwt/validate.ts doesn't exist.
Contributor guide
Research direction
Start with the Deno/JWTAuthentication sample and the import of https://deno.land/x/djwt/validate.ts mentioned in the issue. Check which Deno version the sample targets and whether the referenced djwt module path exists; done means the sample's JWT import resolves and its required Deno version is clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- deno, typescript
- Domain
- authentication
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100