Skip to content

SOLID POD: Login page should always respect the SOLID server URL provided by user #217

@cdawei

Description

@cdawei

Currently, the Login page makes use of the SOLID server URL provided by user if not logged in. However, if a webId has logged into the app, the Login page ignores the provided server URL.

For example, suppose a webId associated with server SERVER_A has previously logged into the app, thus the app caches the login details. Now a user restart the app and provides SERVER_B on the Login page, and click the login button, the app then directly logs into the app using the cached login details. However, it seems more appropriate to redirect the user to the login page of SERVER_B in this case.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions