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
{{ message }}
This repository was archived by the owner on Jan 8, 2025. It is now read-only.
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.