-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
The remote server integration on Cline has some issues when authenticating oAuth, when redirected to localhost:
The URL provided has two main issues for the Linear API:
scope=...offline_access: The scope offline_access is not used by Linear.
&access_type=offline: This parameter is also not used by Linear.
Furthermore, the state parameter in the URL is a unique security key for a single login attempt and has likely expired. You cannot reuse an old authorization link.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels