I’ve set up FRP (https://github.com/fatedier/frp) as a reverse proxy to reach my local LAN. I’ve currently set it up so that it requires a password and username to login. However, I’d like to set it up so that each connection has a unique passcode that’s passed through when a user clicks a button. I have the password generation done, but I can’t figure out how to pass the value through to FRP (so it automatically logs in).
Has anyone run into this or have any tips? Any help is appreciated!