mirror of https://gitlab.com/bashrc2/epicyon
fep-521a has changed
parent
a390b3413e
commit
369cb374d8
|
@ -1011,7 +1011,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
store_person_in_cache(base_dir, actor, actor_json,
|
store_person_in_cache(base_dir, actor, actor_json,
|
||||||
person_cache, False)
|
person_cache, False)
|
||||||
if not actor_json.get('publicKey') and \
|
if not actor_json.get('publicKey') and \
|
||||||
not actor_json.get('authentication'):
|
not actor_json.get('assertionMethod'):
|
||||||
return None
|
return None
|
||||||
original_person_url = \
|
original_person_url = \
|
||||||
self._get_instance_url(calling_domain) + path
|
self._get_instance_url(calling_domain) + path
|
||||||
|
|
Loading…
Reference in New Issue