netbird/client/internal/oauth
Maycon Santos a2fc4ec221
Rotate Access token with refresh token (#280)
Add method for rotating access token with refresh tokens
This will be useful for catching expired sessions and
offboarding users

Also added functions to handle secrets. They have to be revisited
as some tests didn't run on CI as they waited some user input, like password
2022-03-22 13:12:11 +01:00
..
auth0_test.go Rotate Access token with refresh token (#280) 2022-03-22 13:12:11 +01:00
auth0.go Rotate Access token with refresh token (#280) 2022-03-22 13:12:11 +01:00
oauth.go Rotate Access token with refresh token (#280) 2022-03-22 13:12:11 +01:00
secret_test.go Rotate Access token with refresh token (#280) 2022-03-22 13:12:11 +01:00
secret.go Rotate Access token with refresh token (#280) 2022-03-22 13:12:11 +01:00