netbird/client/internal/auth
Yury Gargay 8c5c6815e0
Reimplement isValidAccessToken without reflect (#1183)
The use of reflection should generally be minimized in Go code because
it can make the code less readable, less type-safe, and potentially slower.

In this particular case we can simply rely on type switch.
2023-09-28 23:51:47 +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 Resolve client authentication issue in daemon mode (#1181) 2023-09-28 14:02:37 +02:00
pkce_flow.go Improve Client Authentication (#1135) 2023-09-19 19:06:18 +03:00
util.go Reimplement isValidAccessToken without reflect (#1183) 2023-09-28 23:51:47 +02:00