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)).