netbird/client/internal/auth
Bethuel Mmbaga 3aa657599b
Switch OAuth flow initialization order (#1089)
Switches the order of initialization in the OAuth flow within 
the NewOAuthFlow method. Instead of initializing the 
Device Authorization Flow first, it now initializes 
the PKCE Authorization Flow first, and falls back 
to the Device Authorization Flow if the PKCE initialization fails.
2023-08-17 14:10:03 +02:00
..
device_flow_test.go Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00
device_flow.go Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00
oauth.go Switch OAuth flow initialization order (#1089) 2023-08-17 14:10:03 +02:00
pkce_flow.go Handle authentication errors in PKCE flow (#1039) 2023-07-31 14:22:38 +02:00
util.go Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00