v1.28.0 Auth improvements; ApplicationName validation
Bug fixes:
- #540 Installed application: Page not found after successful grant through LocalServerCodeReceiver.
- #1055 LocalServerCodeReceiver.cs uses 127.0.0.1, which breaks non-admin Windows 7 & 8.1 clients.
New features:
- #729 ApplicationName property isn't validated.
- #761 Allow directly specifying access_token to use in credentials.
- #1006 Allow setting User on ServiceAccountCredential when using GoogleCredential.
- #1040 Additional fields (claims?) needed in GoogleJsonWebSignature.cs's Payload class.
- #1042 JWT validation missing aud validation.
Documentation: