Skip to content

Authentication middleware

Description

Validate incoming JWT token from an HTTP header Authorization: Bearer XXX - check signature, use preconfigured URL for fetching public keys.

We should speak with Denis from AA lot about the format of the public keys.

Acceptance Criteria

  • Implementation
  • Unit tests
Edited by Cristina Pauna