kir-dev / kir-dev/ticketing-api

[EPIC] Solve protected route problem

Open
#21 2 comments 0 reactions 1 assignee Claimed by @triszt4n View on GitHub
help wanted priority: high refactor
Dominant language
TypeScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Right now the protected routes, guarded with `@UseGuards(AthenticatedGuard)` cannot be accessed, even when we have logged in already before.

**Decision**: Getting rid of the session storage method is the best solution for this, we should migrate to using stateless JWT tokens as the authentication method.

This method is available in this video: https://www.youtube.com/watch?v=_L225zpUK0M

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.