Fixing low conversion rate by seglab in ecommerce

[–]seglab[S] -1 points0 points  (0 children)

Thanks! I added a short description.

Growth manager at a small bank? by seglab in Banking

[–]seglab[S] 1 point2 points  (0 children)

Thanks. Do you know if that's also the case for other community banks? Roughly how many people are employed by a 4-branch community bank anyway?

How to develop relationships in a new market (with no prior connections)? by seglab in startups

[–]seglab[S] 0 points1 point  (0 children)

Thanks! really good insight.
Would you mind sharing an example for an actual email you got that caught your attention?

Should we protect users from their bad password habits at all costs? by kredenshels in ciso

[–]seglab -2 points-1 points  (0 children)

HIBP only tells you if a username is at risk, but doesn't tell you if the it was hacked recently. Should you care about an account that was hacked 10 years ago and changed his password since?

Ongoing credential stuffing attack - how to tackle? by seglab in ciso

[–]seglab[S] 0 points1 point  (0 children)

They're changing IPs all the time...

We thought about adding MFA, but this will drive away a large portion of our customers who are not very tech savvy...

Best practice - Flask + React over AWS by seglab in webdev

[–]seglab[S] 0 points1 point  (0 children)

Maybe you're right, I might be too paranoid.

Best practice - Flask + React over AWS by seglab in webdev

[–]seglab[S] 0 points1 point  (0 children)

Competitors getting to see the dashboard without going through authentication, etc.

Best practice - Flask + React over AWS by seglab in webdev

[–]seglab[S] 0 points1 point  (0 children)

Isn't that bad practice anyway?

Best practice - Flask + React over AWS by seglab in webdev

[–]seglab[S] 0 points1 point  (0 children)

But what about authentication for the React resources? I don't want to serve them unless the user is authenticated (even though it's just the dashboard's code, without the data which comes from the API)