Skip to content

Validate OAuth JWS token on incoming requests #1048

Description

@JoeCap08055

Feature Description


When receiving requests from other backend services (not direct user-session requests), the app should require and validate the token in the authorization header.
This validation should be scoped to POST and PUT requests that cause transactions to be submitted to the blockchain. It should not be necessary for GET requests, unless they are deemed sensitive.

Feature Justification


SECURITY!

Acceptance Criteria


  • necessary configs/env added
  • documentation updates
  • validate auth token on incoming service requests

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions