OpenCHAMI / bss

MIT License
1 stars 2 forks source link

Enable authentication by specifying JWKS URL instead of separate `--require-auth` flag #19

Closed synackd closed 4 months ago

synackd commented 4 months ago

Enable JWT authentication by specifying the JWKS URL (using the BSS_JWKS_URL environment variable or the --jwks-url flag) instead of having to have a separate --require-auth flag or a BSS_REQUIRE_AUTH environment variable.