netbird/client/internal/auth
Yury Gargay d1a323fa9d
Add gocritic linter (#1324)
* Add gocritic linter

`gocritic` provides diagnostics that check for bugs, performance, and style issues

We disable the following checks:

- commentFormatting
- captLocal
- deprecatedComment

This PR contains many `//nolint:gocritic` to disable `appendAssign`.
2023-11-27 16:40:02 +01:00
..
device_flow_test.go Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00
device_flow.go Add gocritic linter (#1324) 2023-11-27 16:40:02 +01:00
oauth.go Add gocritic linter (#1324) 2023-11-27 16:40:02 +01:00
pkce_flow.go Add jumpcloud IdP (#1124) 2023-10-03 19:33:42 +02:00
util.go Reimplement isValidAccessToken without reflect (#1183) 2023-09-28 23:51:47 +02:00