I was bored during quarantine so I decided to create a room LED indicator with rasberry pi here is the end result. It is very useful if you are in an online meeting because you can change the light wi ...
I was bored during quarantine so I decided to create a room LED indicator with rasberry pi here is the end result. It is very useful if you are in an online meeting because you can change the light wi ...
version: 3.1 I had a problem where I needed to hide user passwords from the client. dotnet core automatically serializes every field and sends it back. example: http GET /user/2 { ...
version: 3.1 Hashing Passwords with Salt Hashing is a process by which you encrypt a string in a way that it cannot be unencrypted without a lot of effort. **You should always hash your passwor ...
version: 3.1 If you haven't read it, check out my article on Registering users before you read this. Or don't, I can't tell you what to do. A JWT (Json Web Token) is ...