Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Self Checking Features for Tokens #5

@jokil123

Description

@jokil123

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementEnhancement for an existing featurefeatureA request for a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions