feat: add device token auth and devices cli
This commit is contained in:
@@ -12,7 +12,7 @@ export type ResolvedGatewayAuth = {
|
||||
|
||||
export type GatewayAuthResult = {
|
||||
ok: boolean;
|
||||
method?: "none" | "token" | "password" | "tailscale";
|
||||
method?: "none" | "token" | "password" | "tailscale" | "device-token";
|
||||
user?: string;
|
||||
reason?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user