Skip to content

Access token problems with a private repository in organization #24378

Discussion options

You must be logged in to vote

Hey @DaanV2 o/

How are you going? Curious to know if this is still a concern, as I imagine it might be.

Since you’ve developed an app, I’m curious to know the rationale around using PATs fed to the app, as opposed to providing auth for the app, like:

docs.github.com

Authenticating with GitHub Apps - GitHub Docs

Considering Personal Access Tokens are tied to specific users, there is some concerning consideration to make with how those PATs are handled by your app. Are they being stored in a database and are they encrypted?

Regarding your 404, your understanding is correct. As long as the auth isn’t bumping up against any other issues (like syntax) we would assume that a PAT returnin…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment