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

.ASP.NET Identity SDK: Options pattern is not reading updated values #125

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

jonashendrickx
Copy link
Member

@jonashendrickx jonashendrickx commented Mar 20, 2024

We currently cannot read updated values when the appsettings.json or environment variables change.

This pull request fixes this issue for the ASP.NET Identity SDK. This will allow us to change api keys and api secrets without having to restart any running instances.

Adds two new overloads as well accepting a string path as a parameter.

('tests fail due to an unrelated issue where libsodium is likely missing in our alpine-based image.')

Related: #123

@jonashendrickx jonashendrickx merged commit 6232fde into main Mar 20, 2024
8 of 9 checks passed
@jonashendrickx jonashendrickx deleted the fix-aspnet-configuration-binding branch March 20, 2024 14:18
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.

2 participants