OpenCHAMI / smd

MIT License
0 stars 4 forks source link

Removed auth flag and fixed jwks env var not working #15

Closed davidallendj closed 8 months ago

davidallendj commented 8 months ago

This PR fixes the issue with the SMD_JWKS_URL environment variable not working due to the jwksUrl parameter being set by default. This also removes the requireAuth flag since authentication/authorization requires a JWKS public key.

synackd commented 8 months ago

Looks good.