You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn
Elias Naur 6e8f0860af ipn: add Login backend command for sign-in with token
The StartLoginInteractive command is for delegating the sign-in flow
to a browser. The Android Gooogle Sign-In SDK inverts the flow by
giving the client ID tokens.

Add a new backend command for accepting such tokens by exposing the existing
controlclient.Client.Login support for OAuth2 tokens. Introduce a custom
TokenType to distinguish ID tokens from other OAuth2 tokens.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
4 years ago
..
ipnserver cmd/tailscaled: graceful shutdown (#534) 4 years ago
ipnstate cmd/tailscale: add tailscale status region name, last write, consistently star 4 years ago
policy ipn, ipn/policy: filter portlist to a short list of "interesting" ports 4 years ago
backend.go ipn: add Login backend command for sign-in with token 4 years ago
doc.go Move Linux client & common packages into a public repo. 4 years ago
fake_test.go ipn: add Login backend command for sign-in with token 4 years ago
handle.go ipn: add Login backend command for sign-in with token 4 years ago
local.go ipn: add Login backend command for sign-in with token 4 years ago
message.go ipn: add Login backend command for sign-in with token 4 years ago
message_test.go ipn: add Login backend command for sign-in with token 4 years ago
prefs.go ipn: add Hostname override to Prefs 4 years ago
prefs_test.go ipn: add Hostname override to Prefs 4 years ago
store.go ipn: have NewFileStore try to create directories as needed 4 years ago
store_test.go Add tstest.PanicOnLog(), and fix various problems detected by this. 4 years ago