-
Restriction introduced from elasticsearch-6.
We limit it to 1000 bytes as Personium.
-
https://github.com/shimono/personium-docs-draft/wiki/Fix-Password-Hash-Vulnerability-(ja)
-
e.g.
https://demo.personium.io/testcell/testbox/RunOdata/Person('xxxxxxxxxxxxxxxxxxx')?$expand=_Record($select=Type)
---
$expandクエリの中で$selectクエリを使用可能にする
-
In the "demo.personium.io" environment, the phenomenon occurred that the Account and Role had disappeared even though the Cell administrator was not executing deletion.
-
The following filter query for box messages is not supported currently.
https:/// __ctl/ReceivedMessage?$filter=_Box.Name eq 'io_personium_demo_app-myboard'
For some apps, it is necessary t…
-
# How to reproduce the bug
Repeat the following 4 times (app-minimal-clone, app-minimal-clone02, app-minimal-clone03, app-minimal-clone04), app-minimal-clone02 will become an empty Cell and Role/Ac…
-
Reason:
This is because all the rules are set at startup.
-
First, we will investigate the condition of phenomenal reproduction.
-
# Overview
Support Password Initialization flow by
introducing a new valid value "initialized"to the "Status" property of the cell control object "Account".
"initialized" Account's owner is for…
-
Currently, we need to send a GET/PUT request to see if read/write permission is granted or not.
It is better to know in advance.
Parameter: Source User's access_token, target URL of resource w…