2FA support
-
The "from a different IP" bit would piss off those of us with dynamic IP home connections (which I suspect is more than a few). I've had about 4 different IPv4s so far this year. (Just don't ask about the pseudo-random dynamic stuff at the end of an IPv6 concocted by the ISP!)
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
Not to forget Smart phone at home in WiFi or on the way with normal data, then the PC...
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
-
I think I was thinking about this from the point of view of 'someone loses control of their email account', such as someone using a old hotmail account that they let lapse and then someone else takes it up, starts getting email notifications or whatever, and takes over. From the point of someone having their password compromised that's a different story. In that case the re-validation (a nice idea) may not help since it provides a window of 3months for the perp to do as they wish. Validating when signing onto a new device would be key here: On first login, after creating a new account, it's not needed since they just created the account. Maybe, as an option, each time you login via a different IP then your device (via cookie) gets validated via email. That would need to be optional, I think, because you could be on a device where you just want to post but don't want to be signing in on your email account (eg shared computer). Authenticator app or SMS would help, but that's a bigger project. And then, if it's optional, then probably no something used by those most at risk of compromise. IT all comes down to: how big a problem is this really?
cheers Chris Maunder
Sounds like time for Code Project identity services. That would be a fun project.
-
Sounds like time for Code Project identity services. That would be a fun project.
We actually have that, but it's for the API and it's old and it's a little overengineered while, at the same time, not being what we actually want. So...fun. Yes. That's a word for it :)
cheers Chris Maunder
-
We actually have that, but it's for the API and it's old and it's a little overengineered while, at the same time, not being what we actually want. So...fun. Yes. That's a word for it :)
cheers Chris Maunder
Writing my own identity provider has long seemed like an interesting mental challenge. It would be fun to tackle at some point.
-
Writing my own identity provider has long seemed like an interesting mental challenge. It would be fun to tackle at some point.
You have such a different definition of fun than I do. To me it's like painting a huge target on your back and calling out to everyone to line up and have a crack. It's terrifying.
cheers Chris Maunder
-
You have such a different definition of fun than I do. To me it's like painting a huge target on your back and calling out to everyone to line up and have a crack. It's terrifying.
cheers Chris Maunder
Chris Maunder wrote:
You have such a different definition of fun than I do.
You should see what I'm working on right now. For the last couple of months, I've been working on my most ambitious article set.
-
Chris Maunder wrote:
You have such a different definition of fun than I do.
You should see what I'm working on right now. For the last couple of months, I've been working on my most ambitious article set.
I'm scared.
cheers Chris Maunder
-
I'm scared.
cheers Chris Maunder
So, the technologies I am using are:
- AWS services (using localstack to allow people to try this at home)
- Terraform (giving me a bit of IaC for AWS)
- Blazor WASM
- .NET 7
Is that too much? Are you going to be okay with articles that link out to localstack? There is a forever-free version so it shouldn't cost anybody anything.
-
So, the technologies I am using are:
- AWS services (using localstack to allow people to try this at home)
- Terraform (giving me a bit of IaC for AWS)
- Blazor WASM
- .NET 7
Is that too much? Are you going to be okay with articles that link out to localstack? There is a forever-free version so it shouldn't cost anybody anything.
If it's a tool or service an average developer in the space has access to in their day to day job (and a free tool fits this) then absolutely.
cheers Chris Maunder
-
If it's a tool or service an average developer in the space has access to in their day to day job (and a free tool fits this) then absolutely.
cheers Chris Maunder
Thanks mate. It teaches a bit of AWS while it's at it.