mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-21 21:51:42 -05:00
Error using already used personal token on gitlab #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shreyas1599 on GitHub (May 8, 2020).
I didn't realise that you cannot use the same token for the same app on different devices for gitlab. When a wrong token is used, as expected a 404 error is returned. But when you use an already used token the following error occurs. The only way to resolve this is to uninstall and re-install the app. Probably a gitlab bug but we should handle the error better and allow the user to enter a different token.
@pd4d10 commented on GitHub (May 9, 2020):
I could not reproduce it. If an invalid token submitted:
@shreyas1599 commented on GitHub (May 9, 2020):
Not an invalid token. Use a token which was already used on another device. Should I share my token here?
@pd4d10 commented on GitHub (May 9, 2020):
I don't think so. That would be insecure.
@shreyas1599 commented on GitHub (May 9, 2020):
You could try the token you used on an actual device on a simulator or the other way round?
@pd4d10 commented on GitHub (May 9, 2020):
I commented on the PR you submitted. We could discuss there