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

Add new API endpoint to allow for create/edit/delete of tokens by user #648

Merged
merged 4 commits into from
Aug 27, 2018

Commits on Aug 27, 2018

  1. Create new API endpoint for AccessTokens

    Created a new model, serializer, and APIv2 view for AccessTokens.
    These changes are intended to be compatible with a new Troposphere feature that allows users to manage tokens from the settings page that allow them to interact with the Atmosphere API.
    Calvin Mclean authored and cdosborn committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    8ecafd9 View commit details
    Browse the repository at this point in the history
  2. Add migration for new access_token table

    Calvin Mclean authored and cdosborn committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    ba354ef View commit details
    Browse the repository at this point in the history
  3. Add tests for the new AccessToken API

    Calvin Mclean authored and cdosborn committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    5f556f1 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    Calvin Mclean authored and cdosborn committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    6e80a65 View commit details
    Browse the repository at this point in the history