kir-dev / kir-dev/ticketing-api
[EPIC] Solve protected route problem
Open
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.