DEV Community

Discussion on: Angular and the REST, Nest.js and JWT

Collapse
 
tayambamwanza profile image
Tayamba Mwanza

In the service for logging in, don't use JSON.stringify, it is unnecessary and could actually corrupt your token by adding quotation marks to it.