Disney+ fans without answers after thousands hacked
1–10 of 88 posts
Re: Disney+ fans without answers after thousands hacked
#2Re: Disney+ fans without answers after thousands hacked
#3Re: Disney+ fans without answers after thousands hacked
#4Re: Disney+ fans without answers after thousands hacked
#5Re: Disney+ fans without answers after thousands hacked
#6yikes. It doesn't support the security feature of logging everyone out of the account? So if a someone gets access to your account they're in for good.
Admittedly, the performance benefits of jwt are probably warranted here. But still, you either end up building an in-memory blacklist or a DB table thus negating most benefits.
Re: Disney+ fans without answers after thousands hacked
#7I am sure Netflix and amazon prime users also reuse their passwords, but I haven’t yet heard about users having the Disney+ issues with these accounts.
Re: Disney+ fans without answers after thousands hacked
#8Re: Disney+ fans without answers after thousands hacked
#9I am sure Netflix and amazon prime users also reuse their passwords, but I haven’t yet heard about users having the Disney+ issues with these accounts.
Re: Disney+ fans without answers after thousands hacked
#10yikes. It doesn't support the security feature of logging everyone out of the account? So if a someone gets access to your account they're in for good.
Sounds like JSON web tokens! Should have stuck to sessions if that's the case. Admittedly, the performance benefits of jwt are probably warranted here. But still, you either end up building an in-memory blacklist or a DB table thus negating most benefits.
It's hard if you're trying to get out the door fast, though.