You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(echo-http): complete environment variable documentation and remove unimplemented feature
The AUTH_ALLOWED_GRANT_TYPES default was incomplete, missing 'password'
and 'refresh_token' grant types that are actually implemented. The
documentation also lacked AUTH_ALLOWED_USERNAME/PASSWORD variables and
their default values, making it difficult for users to understand shared
authentication configuration.
OIDC_ENABLE_JWT_SIGNING was defined but never used - the implementation
always generates JWT with alg="none". Removing this prevents user
confusion and reduces maintenance burden.
Changes:
- Fix AUTH_ALLOWED_GRANT_TYPES default to include all 4 supported types
- Add Authentication Configuration section for shared credentials
- Document AUTH_ALLOWED_USERNAME/PASSWORD with defaults
- Remove unused OIDC_ENABLE_JWT_SIGNING from all config structs
0 commit comments