Nest.js cookie based JWT authentication
JWT Authentication is probably the best choice for making auth process now as we have many apps connecting to the same API endpoint. Let’s see how cookies will help make things easier
JWT Authentication is probably the best choice for making auth process now as we have many apps connecting to the same API endpoint. Let’s see how cookies will help make things easier
High-performance Node.js concurrency with native “events” package
GraphQL started to be a great option for writing customizable API’s and combining multiple services into one single endpoint. The whole idea of having single endpoint but getting different…
Forever Module is good, but you don’t need another software to control background processes on your server! All of them are similar to every long running application on server side, so the Linux…