Add hashing and other security features #12

Merged
Wesser merged 45 commits from feat/add-security into feat/add-setup 2024-05-29 06:42:47 +03:00
Showing only changes of commit 3149f50586 - Show all commits

View File

@ -1,8 +1,9 @@
using System.Buffers.Text; using Konscious.Security.Cryptography;
using System;
using System.Buffers.Text;
using System.Text; using System.Text;
using Konscious.Security.Cryptography;
namespace Security; namespace Mirea.Api.Security;
public class PasswordHashService public class PasswordHashService
{ {