Skip to content

Read client credentials from config, not hardcoded#763

Merged
StuartFerguson merged 1 commit intomainfrom
bug/#651_remove_hardcoded_credentials
Feb 8, 2026
Merged

Read client credentials from config, not hardcoded#763
StuartFerguson merged 1 commit intomainfrom
bug/#651_remove_hardcoded_credentials

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

ClientId and ClientSecret are now loaded from appsettings.json and appsettings.Test.json using a configuration reader, improving flexibility and security. ApiClient constructor updated accordingly. Added Shared package dependency. Commented-out credential lines added for reference in test config.

closes #651

ClientId and ClientSecret are now loaded from appsettings.json and appsettings.Test.json using a configuration reader, improving flexibility and security. ApiClient constructor updated accordingly. Added Shared package dependency. Commented-out credential lines added for reference in test config.
@StuartFerguson StuartFerguson added the bug Bugs and error-prone code label Feb 8, 2026
@StuartFerguson StuartFerguson merged commit bd4696a into main Feb 8, 2026
10 checks passed
@github-actions github-actions Bot deleted the bug/#651_remove_hardcoded_credentials branch April 10, 2026 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bugs and error-prone code

Projects

None yet

1 participant