TrackerNetwork / DestinyStatus

Destiny Status code base
https://destinystatus.com
MIT License
101 stars 29 forks source link

Private Users #46

Closed iBotPeaches closed 7 years ago

iBotPeaches commented 7 years ago

I'm not sure what endpoint is protected yet, but a few accounts return

The user has chosen for this data to be private. No peeking!

So one of the endpoints we use is throwing this and then killing entire viewing of profile. Lets see if we can load a slim view if a private user is encountered.

bladefist commented 7 years ago

Ah yes, totally forgot about that. That's likely the inventory endpoint.

bladefist commented 7 years ago

If this is gonna be difficult to fix we can at least put up a notice on the homepage so people know.

iBotPeaches commented 7 years ago

Nah, should be easy. Just updating request code to mark some responses as private instead of dying out, then we can just make those tabs with some warning message that data is hidden.