Skip to content
31 March 2023

Paweł Filipek

  • Backend
    • C#
    • Entity Framework
    • Security
  • Frontend
    • Angular
    • JQuery
  • Databases
    • SQL
  • Design pattern
    • Domain-Driven Design
    • CQRS
    • TDD
    • Software Design Patterns
  • DevOps
    • RabbitMQ
    • Docker
    • Elasticsearch
  • Tools
  • Get noticed 2017
  • About me
Main Menu

Security

Angular / Frontend / Security

Auth Guard (JWT) in Angular

18 November 2018 - by Paweł Filipek - Leave a Comment

In the previous post I showed how to manage a token in an angular application. Now I show you how you can use the Auth Guard mechanism so that you …

Read More
Angular / Frontend / Security

Token Authentication (JWT) in Angular

6 October 20186 October 2018 - by Paweł Filipek - 1 Comment

In the previous post, I showed you how to create a token in ASP.NET Core. Now I will show you how you can use it in a project that uses …

Read More
Backend / Security

Create token authentication in ASP.NET Core

25 September 20186 October 2018 - by Paweł Filipek - Leave a Comment

How to create token in ASP.NET Core In this post I will demonstrate how to create a authentication token in an ASP.NET Core Web Api application.

Read More
Backend / Security

How to hash password

30 July 201719 September 2017 - by Paweł Filipek - 4 Comments.

We know that it’s very dangerous to hold explicit passwords in a database. That is why it’s the best to get them hash but how to do it? Hash password …

Read More
Backend / Security

Transakcje – bezpieczny zapis do bazy danych

5 August 201617 September 2017 - by Paweł Filipek - Leave a Comment

Transakcje Transakcja jest zakresem w którym znajdują się polecenia związane z operacjami na bazie danych. Jeżeli operacje są wykonane prawidłowo to zostaną zapisane – w przeciwnym wypadku polecenia zostają cofnięte. …

Read More
Copyright © 2023 Paweł Filipek.
Powered by WordPress and HitMag.