wushepeng / guildinformations

Informations destinées à une guilde pour le jeu Ryzom
GNU Affero General Public License v3.0
2 stars 1 forks source link

Check api keys option #25

Open lolmx opened 6 years ago

lolmx commented 6 years ago

Api keys need to be generated with some required option, P02 for homins and G03 for guilds.

We need to check that submitted keys are valid regarding our requirements before persisting them into database.

To prevent invalid yet persisted keys to break the application, we must add a check after api calls to validate the response.

This enhancement references #24 bug.