You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Tokens should self check in order to take load off of the DB and API
possible methods for implementing self checking
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.
The text was updated successfully, but these errors were encountered: