GitLab generates a personal authentication token, and displays it ONLY ONCE - to allow you to copy+paste it into the app that needs to use it. GitLab assumes that, for security reasons, the app is going to save the token for future use - and NOT ask the user again, every time it needs to use it.
Right now, however, if I 'log out' of my GitLab account in Fork, and then click on 'login' again, it will ask me for the personal authentication token - again. There is no way for the user to 'view' the old token in GitLab, so the user is forced to delete the old token (which is now useless), and create a new one again. This has to be done every time a user logs out from GitLab with Fork, and needs to login back with Fork - extremely inconvenient, and basically forces GitLab users to use 'basic authentication' instead...
GitLab generates a personal authentication token, and displays it ONLY ONCE - to allow you to copy+paste it into the app that needs to use it. GitLab assumes that, for security reasons, the app is going to save the token for future use - and NOT ask the user again, every time it needs to use it.
Right now, however, if I 'log out' of my GitLab account in Fork, and then click on 'login' again, it will ask me for the personal authentication token - again. There is no way for the user to 'view' the old token in GitLab, so the user is forced to delete the old token (which is now useless), and create a new one again. This has to be done every time a user logs out from GitLab with Fork, and needs to login back with Fork - extremely inconvenient, and basically forces GitLab users to use 'basic authentication' instead...