justmedev
justmedev
Is there any non-hacky way to change the successRedirectURL to a custom one or just let it close the window? Something like: `myApiOauth.openAuthWindowAndGetToken(successRedirectURL="https://localhost/?loginresult=done")`
**Describe the bug** When trying to initialize the client like this: ```ts import Client from "nextcloud-node-client"; const client = new Client(); ``` I get: ```ts file:///C:/Users/ilja/Desktop/Projects/Development/Other/Plugins/steam-cloud-sync/nct.js:3 const client = new...
### (Feature Request/Discussion) Hey, I would like to implement a setting, that, when active, instantly reconnects to the last connected vpn when the application is started. My reasoning is, that...