nextcloud / notes-ios

Other
22 stars 8 forks source link

Add multi account support and scheme URL for switching accounts #40

Open mpivchev opened 1 year ago

mpivchev commented 1 year ago

We should:

  1. Add multi account support. Currently only one account can be logged in.
  2. Add a scheme url for switching accounts, but only if that account is logged in, otherwise do nothing. In the Files app we use this url scheme, so ideally it should be the same:
    nextcloud://open-and-switch-account?user=someUser&url=https://cloud.nextcloud.com

It's a feature request connected to: https://github.com/nextcloud/ios/issues/2460