https://github.com/thecodeholic/deno-jwt-auth-example
Example repository which show how you can use JWT authentication in Deno Oak framework
https://github.com/thecodeholic/deno-jwt-auth-example
deno denoauth denoexample denoland
Last synced: 2 months ago
JSON representation
Example repository which show how you can use JWT authentication in Deno Oak framework
- Host: GitHub
- URL: https://github.com/thecodeholic/deno-jwt-auth-example
- Owner: thecodeholic
- Created: 2020-05-21T06:51:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T03:24:21.000Z (about 5 years ago)
- Last Synced: 2025-03-21T22:41:29.614Z (3 months ago)
- Topics: deno, denoauth, denoexample, denoland
- Language: TypeScript
- Homepage: https://youtu.be/2Skms0gkUXk
- Size: 3.91 KB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JWT authentication example in Deno REST API
### It uses [oak framework](https://deno.land/x/oak) and [djwt](https://deno.land/x/djwt) package.
The code is an example which shows how you can use JWT authentication when building REST API-s using oak framework.>The project was created along with Youtube Video ["JWT Authentication in Deno REST API"](https://youtu.be/2Skms0gkUXk). I appreaciate if you like the video and share it.