-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access Token Being Revoked/Deleted: v3.16.0 #8
Comments
I also lost a permanent token but then created a 30-day token three days ago. That token has been working OK so far. |
Hello and thank you for getting in touch. |
That appears to be a new parameter; where is that parameter documented (other than --help)? Also, in my scenario, no explicit logout is being performed. This is occurring on connect, though could be via a new login session. You've removed the ability to use username and password: How can we designate in v3.16.0 that we are using a perpetual token at login to avoid this undesired behavior of token revocation? |
Hi! From the application's point of view, the long living token is no different from the normal API token with a short lifespan. It's also possible to do
There could be more options but I think they would fall pretty much into these categories. As I mentioned, we decided to go with the first approach as it is quite a middle ground for security, usage and flexibility. Regarding documentation, we'll add this to our manpage as well. If you have more ideas to make it more visible or make the flow more convenient, please let us know. |
Thanks for the explanation. My experience has been improved once I incorporated |
Version 3.16.0
Perpetual/non-expiring access token being deleted/revoked several times per day resulting in inability to connect to service. Requires login to NordVPN account to generate a new token to establish connection.
Version 3.15.5
No issues. Access token remains intact.
Linux: Ubuntu Ubuntu 22.04.2 LTS
The text was updated successfully, but these errors were encountered: