Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/geth, node, rpc: implement jwt tokens #24364

Merged
merged 9 commits into from
Mar 7, 2022
Prev Previous commit
Next Next commit
cmd/geth: added auth port flag
MariusVanDerWijden committed Mar 1, 2022
commit bff512117946933d41ce432bbad03f035025f933
1 change: 1 addition & 0 deletions cmd/geth/main.go
Original file line number Diff line number Diff line change
@@ -164,6 +164,7 @@ var (
utils.HTTPListenAddrFlag,
utils.HTTPPortFlag,
utils.HTTPCORSDomainFlag,
utils.HTTPAuthPortFlag,
utils.JWTSecretFlag,
utils.HTTPVirtualHostsFlag,
utils.GraphQLEnabledFlag,