netbird/client/internal
Misha Bragin 3def84b111
Support Generic OAuth 2.0 Device Authorization Grant (#433)
Support Generic OAuth 2.0 Device Authorization Grant
as per RFC specification https://www.rfc-editor.org/rfc/rfc8628.
The previous version supported only Auth0 as an IDP backend.
This implementation enables the Interactive SSO Login feature 
for any IDP compatible with the specification, e.g., Keycloak.
2022-08-23 15:46:12 +02:00
..
peer Decrease log level on peer status remove (#410) 2022-08-01 17:52:22 +02:00
proxy Handle peer interface config change (#348) 2022-06-04 19:41:01 +02:00
config_test.go Add Settings window to Agent UI 2022-04-15 17:30:12 +02:00
config.go Support Generic OAuth 2.0 Device Authorization Grant (#433) 2022-08-23 15:46:12 +02:00
connect.go Check and update Agent's Management URL if is legacy (#406) 2022-07-30 19:17:18 +02:00
engine_test.go Add client status collection (#368) 2022-07-02 12:02:17 +02:00
engine.go Fix Register/Deregister race on Signal (#431) 2022-08-22 12:21:19 +02:00
login.go Check and update Agent's Management URL if is legacy (#406) 2022-07-30 19:17:18 +02:00
oauth_test.go Support Generic OAuth 2.0 Device Authorization Grant (#433) 2022-08-23 15:46:12 +02:00
oauth.go Support Generic OAuth 2.0 Device Authorization Grant (#433) 2022-08-23 15:46:12 +02:00
state.go Client Login via device authorization flow (#309) 2022-05-12 11:17:24 +02:00