Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Add endpoint for generating JWTs #148

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 17, 2022

  1. Add endpoint for generating JWTs

    These tokens are provided to flat-manager to authorize the user to
    download an app. In the future, this enpoint should first check whether
    the user has paid for the app if necessary.
    jameswestman committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    8f915e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Check access before generating download tokens

    Add a table, UserOwnedApp, to track which users have bought/otherwise
    have access to which apps. Currently there is no way to add entries to
    this table; that is part of the payment processing work.
    jameswestman committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    2ef6e70 View commit details
    Browse the repository at this point in the history