Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self Checking Features for Tokens #5

Open
jokil123 opened this issue Feb 6, 2022 · 0 comments
Open

Self Checking Features for Tokens #5

jokil123 opened this issue Feb 6, 2022 · 0 comments
Labels
enhancement Enhancement for an existing feature feature A request for a new feature

Comments

@jokil123
Copy link
Collaborator

jokil123 commented Feb 6, 2022

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.
@jokil123 jokil123 added enhancement Enhancement for an existing feature feature A request for a new feature labels Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement for an existing feature feature A request for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant