Skip to content

Store WebFinger ID on Account

The user's email must also be the same as the webID, because of this line: https://git.startinblox.com/djangoldp-packages/djangoldp-account/blob/master/djangoldp_account/endpoints/webfinger.py#L26

This often isn't the case. Instead, the user should be retrieved with the username, which is passed with the request

Edited by Calum Mackervoy