navikt / accessibility-reporting-tool-frontend

0 stars 0 forks source link

Simplify token flow #97

Closed sasoria closed 1 month ago

sasoria commented 1 month ago

This pull request simplifies the token flow by reusing the token from the middleware. It also removes a duplicate conditional that checks if there is a token present, since that already is done in the middleware.