Skip to content

Make token endpoints more RESTful #236

@tahpot

Description

@tahpot
  • Replace GET /auth/token?tokenId=<tokenId> with GET /auth/verify?token=<token>
  • Add GET /auth/tokens/:tokenId
  • Replace /auth/revoke with DELETE /auth/tokens/:tokenId
  • Ensure tokens returned from /auth/tokens and /auth/token are the same

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions