get token from OAuth provider

This commit is contained in:
2026-08-06 14:46:08 -04:00
parent 4644a7d3f4
commit 16a38c972c
4 changed files with 28 additions and 2 deletions
+1
View File
@@ -28,4 +28,5 @@ func CreateTestOAuth() {
},
}
OAuthConfigs = append(OAuthConfigs, oauthConfig)
tokenStore = TokenStore{filePath: "token.json"}
}