fix double login URL with OIDC (#2445)

* factor out login url parser

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>

* move to not trigger test gen checker

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>

* return regresp or err after waiting for registration

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>

* update changelog

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>

---------

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby
2025-02-25 09:16:07 -08:00
committed by Kristoffer Dalby
parent 83587df738
commit 75c1e77de0
8 changed files with 151 additions and 26 deletions

View File

@@ -174,5 +174,5 @@ func (r RegistrationID) String() string {
type RegisterNode struct {
Node Node
Registered chan struct{}
Registered chan *Node
}