Skip to content

Port PoB 2 Oauth API#9812

Draft
vaisest wants to merge 5 commits intoPathOfBuildingCommunity:devfrom
vaisest:oauth-support
Draft

Port PoB 2 Oauth API#9812
vaisest wants to merge 5 commits intoPathOfBuildingCommunity:devfrom
vaisest:oauth-support

Conversation

@vaisest
Copy link
Copy Markdown
Contributor

@vaisest vaisest commented Apr 24, 2026

Fixes # .

Description of the problem being solved:

Steps taken to verify a working solution:

Link to a build that showcases this PR:

Before screenshot:

After screenshot:

if node.oidx == data.orbitIndex and not data.isMastery then
for _, extendedId in ipairs(importedGroups[proxyGroup].nodes) do
if id == tonumber(extendedId) and inExtendedHashes(id) then
if id == extendedId and inExtendedHashes(tonumber(id)) then
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully this doesn't break anything else. The cluster data is exactly the same as previously, but this seemed to be comparing strings to numbers. Type hints / checking would be really useful here, because I'm not sure what is correct here

@vaisest
Copy link
Copy Markdown
Contributor Author

vaisest commented Apr 25, 2026

The import changes will probably end up being rather broad as it seems really difficult to try to combine the old and new UI. Currently trying to make the oauth version simpler and then I can add the account search back in.

I think the oauth version could just be two menus for either logged in or not, but atm rate limiting is an issue (2 per 10s or 5 per 300s) is an issue so it probably needs to have a manual refresh button for looking up realm characters

Path{space}of{space}Building_2026-04-25_15-59-45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant