solid-client
solid-client copied to clipboard
login() should always return user header
Currently if login(url) is called with a url which the currently authenticated user does not have access to, it throws an error. login() shouldn't care whether the user is authorized, it should just return a user's WebID regardless.