Input Validation¶
APP_KEY
Accepted formats are:
- Letters, Numbers, Symbols, Exactly 32 characters (eg.
[email protected]#$6vAyk8LLrDm54X5EtjD
) - It acceptsa-z
,A-Z
,0-9
and[email protected]#$%^&*?
You can try live here Regex used to match this: [[email protected]#$%^&*?]{32}
If you find a field that you think it needs validation, please open an issue on github