Color mixer batch planning service
Note: to use the deployed service, it will be necessary to add a config variable APP_SECRET
(in the Settings tab), that will be used to verify the Json Web Token in eacxh request's Authorization header (Beare token). Use the same secret to sign the JWT. This project contains a CLI utility security.TokenTool
to create a token from a secret key.