From 18f73e42fd2ba91c969e6ab084a763ea1401c42a Mon Sep 17 00:00:00 2001 From: Liam Beckman Date: Fri, 3 Jan 2025 13:49:16 -0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 65d0f53..d259cf0 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ This repo contains Funnel Plugin development using the [`go-plugin`](https://git 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)). +## Sequence Diagram + +> Created with https://sequencediagram.org ([_source_](./sequence-diagram.txt)) + +![proposed-auth-design](./sequence-diagram.png) + # Quick Start ⚡ ## 1. Start the Server