A way to determine the owner of tlan application through Oauth2 or at least if they own an application #6646
Unanswered
cheesycod
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 4 replies
-
if you want to check whether authorized user X owns application Y, you can already accomplish that by authorizing with applications.builds.read, fetching /applications/:id/branches, and seeing if it returns an error (these are from the game store days and are now deprecated, so you shouldn't rely on them) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use cases include knowing who owns a bot for the purpose of bot list services, vet trusted applications for my anti-raid/anti-nuke bot etc.
Beta Was this translation helpful? Give feedback.
All reactions