solid-contrib/solid-client

login() should always return user header

Opened this issue · 0 comments

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.