Skip to content

Feature/jwt validation

matvirkk requested to merge feature/jwt-validation into main

What

  • JWT creation and validation utils
  • Tests for JWT utils

Why

  • concentrate jwt related methods to one place
  • add verification method for the jwt, that can be used with api that need authorization

Merge request reports