Basic auth plugin README

This commit is contained in:
Gregory Schier
2025-07-19 09:15:06 -07:00
parent 60883cc1b9
commit d6057aa1ec
4 changed files with 50 additions and 1 deletions

View File

@@ -2,6 +2,11 @@
"name": "@yaak/auth-basic",
"displayName": "Basic Authentication",
"description": "Authenticate requests using Basic Auth",
"repository": {
"type": "git",
"url": "https://github.com/mountain-loop/yaak.git",
"directory": "plugins/auth-basic"
},
"private": true,
"version": "0.1.0",
"scripts": {