OAuth 2 plugin README

This commit is contained in:
Gregory Schier
2025-07-19 21:47:19 -07:00
parent 3b61c836be
commit 7f4ccbe014
3 changed files with 77 additions and 0 deletions

View File

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