Tokens should self check in order to take load off of the DB and API
possible methods for implementing self checking
digits must add up to last 2 digits
Valid API tokens can only be generated using asymmetric encryption
Ie. there is a Secret token with which we generate API keys. The API can then quickly verify the authenticity of the keys using the Public generation token.
Tokens should self check in order to take load off of the DB and API
possible methods for implementing self checking