From dcfea5705b29a57457f414762008f1fc543cc7c4 Mon Sep 17 00:00:00 2001 From: Liam Beckman Date: Tue, 24 Dec 2024 17:43:33 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49284f0..0ae1067 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ [![Go](https://github.com/ohsu-comp-bio/funnel-plugins/actions/workflows/go.yml/badge.svg)](https://github.com/ohsu-comp-bio/funnel-plugins/actions/workflows/go.yml) -> Adapted from [*RPC-based plugins in Go*](https://eli.thegreenplace.net/2023/rpc-based-plugins-in-go) by [Eli Bendersky](https://eli.thegreenplace.net/) and [go-plugin examples](https://github.com/hashicorp/go-plugin/tree/main/examples/basic) 🚀 - # Overview ⚙️ +> Adapted from [*RPC-based plugins in Go*](https://eli.thegreenplace.net/2023/rpc-based-plugins-in-go) by [Eli Bendersky](https://eli.thegreenplace.net/) and [go-plugin examples](https://github.com/hashicorp/go-plugin/tree/main/examples/basic) 🚀 + This repo contains Funnel Plugin development using the [`go-plugin`](https://github.com/hashicorp/go-plugin) package from [HashiCorp](https://github.com/hashicorp). In this setup, the Plugin handles all user authentication, with the Server having no "knowledge" or record of user credentials/tokens (e.g. [`example-users.csv`](./authorizer/example-users.csv)).