Bearer plugin README

This commit is contained in:
Gregory Schier
2025-07-19 21:25:15 -07:00
parent d6057aa1ec
commit daeaf2a999
3 changed files with 52 additions and 0 deletions

View File

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