PRODUCT - JULY22,2022
This topic is all about sharing the right way of implementing security layers in your application whether it is Web, Mobile or Back end service. The common mistakes done, when buliding an application are due to its implementation rather than its design. Especially when dealing with security.. Read More
Author
DEVEELOPMENT - JULY22,2022
Angular comes with a number of baked-in features which are tremendously helpful for handling authentication. I think my favorite is probably its HttpInterceptor interface, but right next to it would be route guards. Let's take a look at what Angular's route guards are and how to use them to help with authentication in your Angular apps ... Read More
Software Developer
DEVEELOPMENT - JULY20,2022
JWT authentication is becoming very popular these days. The traditional authentication uses cookies and sessions. With the advent of Single Page Applications(SPA) and microservices, there is a need to look beyond the sessions...Read More
Software Developer