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

Support environment variable and external providers in config. Also rename several options for brevity. #71

Merged
merged 12 commits into from
Jul 2, 2024

Conversation

Michad
Copy link
Owner

@Michad Michad commented Jul 1, 2024

Breaking Change. Following renamed:

JWT.VerificationKey -> Key
JWT.MaxExpirationDuration->MaxExpiration
JWT.LayerScopePrefix->ScopePrefix
JWT.UserIdentifierGrant->UserId
server.StaticHeaders->Headers
client.MaxResponseLength->MaxLength
client.AllowUnknownLength->UnknownLength
client.AllowedContentTypes->ContentTypes
client.AllowedStatusCodes->StatusCodes
client.StaticHeaders->Headers
logging.mainlog->main
logging.accesslog->access
mainlog.EnableStandardOut->Console
logging.main.IncludeRequestAttributes->Request
logging.main.IncludeHeaders->Headers
logging.access.EnableStandardOut->Console
error.SuppressStatusCode->AlwaysOk

Michad added 12 commits June 30, 2024 12:19
JWT.VerificationKey -> Key
JWT.MaxExpirationDuration->MaxExpiration
JWT.LayerScopePrefix->ScopePrefix
JWT.UserIdentifierGrant->UserId
server.StaticHeaders->Headers
client.MaxResponseLength->MaxLength
client.AllowUnknownLength->UnknownLength
client.AllowedContentTypes->ContentTypes
client.AllowedStatusCodes->StatusCodes
client.StaticHeaders->Headers
logging.mainlog->main
logging.accesslog->access
mainlog.EnableStandardOut->Console
logging.main.IncludeRequestAttributes->Request
logging.main.IncludeHeaders->Headers
logging.access.EnableStandardOut->Console
error.SuppressStatusCode->AlwaysOk
@Michad Michad merged commit c1b01cb into main Jul 2, 2024
9 checks passed
@Michad Michad deleted the config-improvements branch July 3, 2024 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant