You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the Python version of the Funnel Authentication Plugin!
4
+
5
+
# Quick Start ⚡
6
+
7
+
```
8
+
➜ python3 -m venv venv
9
+
10
+
➜ source venv/bin/activate
11
+
12
+
➜ python main.py
13
+
1|1|tcp|127.0.0.1:1234|grpc
14
+
```
15
+
16
+
# Additional Resources 📚
17
+
-[Writing Plugins Without Go](https://github.com/hashicorp/go-plugin/blob/main/docs/guide-plugin-write-non-go.md) — written by [Mitchell Hashimoto](https://github.com/mitchellh) one of the original co-founders of Hashicorp along with [Armon Dadgar](https://x.com/armon/status/1881765440663499101)! 🤯
0 commit comments