Simperium / simperium-android

Simperium Android Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate object keys

beaucollins opened this issue · comments

Server side validates keys with this regex: ENTITYID_REGEX = '[a-zA-Z0-9_\.\-%@]{1,256}'

https://github.com/Simperium/poutine/blob/master/poutine/server/index.py#L127

Syncable objects must have a valid key.