exec
* config: introduce ExecSource value source * auth: introduce OidcTokenSourceAuthProvider * auth: use OidcTokenSourceAuthProvider if tokenSource config is present on the client * cmd: allow exec token source only if CLI flag was passed
Signed-off-by: juejinyuxitu <juejinyuxitu@outlook.com>
* fix nil map error when using plugin headers in legacy format * create map on demand * better initialization
* feat: frps support ssh * fix: comments * fix: update pkg * fix: remove useless change --------- Co-authored-by: int7 <int7@gmail.com>
* Test configuration loading more precisely * Add strict configuration parsing