frp/pkg/auth
Addison Higham 4ac3d7e568 Add audience to token generator
Certain implementations of oauth2, such as auth0, require the audience
parameter to be send to the token generation endpoint.

This commit adds an additional parameter to, by default, send the
audience parameter.

This should be be broadly compatible and ignored by other
implementations. Otherwise, we can consider an additional configuration
option
2022-02-15 22:55:29 -07:00
..
auth.go Reconstruct config (#2098) 2021-01-26 11:31:08 +08:00
oidc.go Add audience to token generator 2022-02-15 22:55:29 -07:00
token.go Reconstruct config (#2098) 2021-01-26 11:31:08 +08:00