Cookies – Deep Dive

In my previous post, I provided a brief introduction to cookies, discussing their importance and how to configure cookies in a .Net / Angular stack. You can read more about

קרא עוד »

Microservices Architecture

What is a Microservice? Microservice architecture is a design pattern in which an application is composed of many loosely coupled services. This allows for greater scalability and flexibility compared to

קרא עוד »

Working with Google API

In one of our recent projects, we needed to work with Google API. Now, like any other developer, we started looking for information over the internet. Unfortunately, we couldn't find

קרא עוד »

אימות משתמש – צד שרת

הפעם נדבר על פרוייקט שבנינו לאחד הלקוחות שלנו. ספציפית, נכתוב על איך החלטנו להטמיע אימות משתמש (Login) וננסה להסביר למה. איך מתבצע תהליך אימות? בפרוייקט הנ"ל בחרנו ב- JWT כטוקן

קרא עוד »

JWT & Angular

בפוסט הקודם דיברנו על הטמעת JWT בצד השרת (מבוסס .NET), בפוסט זה נדבר על ההטמעה מהצד של הלקוח. בצד הלקוח, בחרנו באנגולר (גירסה 6 למי שתוהה) עם Bootstrap 4, Angular

קרא עוד »