Blef-team / blef_game_engine

The game engine API service for the game of Blef
GNU Affero General Public License v3.0
1 stars 0 forks source link

Limit nickname length #163

Open maciej-pomykala opened 4 years ago

maciej-pomykala commented 4 years ago

Limit the length of nicknames in the join endpoint, to not clutter UIs. As agreed, this will be 32, since that's the longest nickname achievable using the nickname generation implemented in the iOS app.

That will introduce a new error reponse from the join endpoint. We need to document and test that.

adrian-golian commented 3 years ago

New branch for this?