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
I haven't really thought on it too much, but it would be nice to have something based on the new configuration model that Microsoft provides. Would be really nice to have a pr for this. The old configuration model just was a serious PITA to port and would of made this library windows only even through it was .net standard 2.0. If we can make a typed model IAuthSettings or something like that we could inject them in via DI or even new up the new instances and inject those OAuth client instances into our app without leaking settings everywhere.
This is something we'll need to address before 1.0 If you have any feedback or ideas please let us know. I know it's not ideal but this change had to happen at some point as the old configuration is dead and we are not to a 1.0 yet.
Now that the project has been migrated to .NET Standard 2, is there any guidance on how to migrate code that was using AuthorizationRoot?
The text was updated successfully, but these errors were encountered: