Skip to content

v1.48.0 Improvements and fixes to Google.Apis.Auth.OAuth2.LocalServerCodeReceiver

Choose a tag to compare

@amanda-tarafa amanda-tarafa released this 09 Jul 15:22

Bug Fixes:

  • #1597 fixes #1596 by making .NET Standard 2.0 use an HttpListener instead of a TcpListener on LocalServerCodeReceiver.
  • #1597 fixes some issues that arose from several authorization requests happening rappidly one after the other.

New features:

  • #1597 Makes the choosing of the local callback URL configurable.