JWT plugin README

This commit is contained in:
Gregory Schier
2025-07-19 21:39:40 -07:00
parent 31b0b14c04
commit 6616cb67cd
3 changed files with 58 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
"name": "@yaak/auth-jwt",
"displayName": "JWT Authentication",
"description": "Authenticate requests using JSON web tokens (JWT)",
"repository": {
"type": "git",
"url": "https://github.com/mountain-loop/yaak.git",
"directory": "plugins/auth-jwt"
},
"private": true,
"version": "0.1.0",
"scripts": {