Clinical-Genomics / trailblazer

Keep track of and manage analyses
MIT License
6 stars 2 forks source link

Validate tokens in backend #409

Open seallard opened 8 months ago

seallard commented 8 months ago

Currently we do not validate the access tokens.

As long as it contains the correct email, we allow the request.

Extract the validation logic to the auth service and actually validate it.