* chore(apps): move icons into the apps folder * rename to `icon.png` * replace solr image * remove `docs/` from gitignore * move app specific docs into app folder [skip ci] * fix some links * chore(apps): update image links temporary
404 B
404 B
Input Validation
APP_KEY
Accepted formats are:
- Letters, Numbers, Symbols, Exactly 32 characters (eg.
!oqVA9o2@br#$6vAyk8LLrDm54X5EtjD) - It acceptsa-z,A-Z,0-9and!@#$%^&*?
You can try live here
Regex used to match this: [a-zA-Z0-9!@#$%^&*?]{32}
If you find a field that you think it needs validation, please open an issue on github