yaseenkadir / etchedjournal

An encrypted journal where entries are etched in stone.
Apache License 2.0
0 stars 0 forks source link

Invalid user names should be blocked client side #162

Open yaseenkadir opened 5 years ago

yaseenkadir commented 5 years ago

STR

  1. Try to register a new account with an invalid username e.g. tomato soup.
  2. See that request to Cognito fails due to invalid username

We should perform username validation client side.