mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-17 11:37:30 +00:00
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test-backend (24.x) (push) Has been cancelled
test / API tests (node env, api-test) (24.x) (push) Has been cancelled
test / puterjs (node env, vitest) (24.x) (push) Has been cancelled
For reasons still unknown, there are circumstances where the permission scanner denies permission to access tokens that should have been granted permission. This change de-abstracts/flattens the logic for checking access tokens so that it is easier to understand and maintain. The newly implemented code does not suffer from the same issue.