netbird/client/internal/auth
Viktor Liu 1d5e871bdf
[misc] Move shared components to shared directory (#4286)
Moved the following directories:

```
  - management/client → shared/management/client
  - management/domain → shared/management/domain
  - management/proto → shared/management/proto
  - signal/client → shared/signal/client
  - signal/proto → shared/signal/proto
  - relay/client → shared/relay/client
  - relay/auth → shared/relay/auth
```

and adjusted import paths
2025-08-05 15:22:58 +02:00
..
device_flow_test.go Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00
device_flow.go [client] use embedded root CA if system certpool is empty (#3272) 2025-02-04 18:17:59 +03:00
oauth.go [client] Feat: Support Multiple Profiles (#3980) 2025-07-25 16:54:46 +03:00
pkce_flow_test.go [misc] Move shared components to shared directory (#4286) 2025-08-05 15:22:58 +02:00
pkce_flow.go [client] Feat: Support Multiple Profiles (#3980) 2025-07-25 16:54:46 +03:00
util.go Reimplement isValidAccessToken without reflect (#1183) 2023-09-28 23:51:47 +02:00