titarenko / OAuth2

OAuth2 client implementation for .NET
413 stars 154 forks source link

Added IOAuthConfigurationSection #96

Closed tngraf closed 7 years ago

tngraf commented 7 years ago

While it is good in many case to have the client information stored in a configuration file, it is not so godd for my use case. I have a standalone tool that will be used on different machines by different users. They should not see or even change the clinet configuration. In order to create an IConfigurationManager that suits meed needs I added an IOAuth2ConfigurationSection interface.

titarenko commented 7 years ago

Hello @tngraf ! Thank you for contributing, and excuse me for delayed response.

tngraf commented 7 years ago

Don't worry, this was my first pull request :-)) You've created a great library.