tailscale / tailscale-client-go

A client implementation for the Tailscale HTTP API
MIT License
61 stars 27 forks source link

v2: fix URL building in oauthConfig #115

Closed oxtoacart closed 2 months ago

oxtoacart commented 2 months ago

The new logic keeps the double slash in https:// as opposed to truncating it to https:/

Updates #cleanup