-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cannot validate github access token #4
Comments
Hi @owen800q, Thanks for reporting this, can you please try generating a new token and checking if that works? Just want to ensure if this is a proper issue, if it's, you will get a supporter license 🔑 for 🆓. |
@pravj |
same problem here. |
Same problem here. After I input the token, and click the save button, it gives no response than loading. I will try to learn the code to see what's going on. In the console of Chrome Extension, it said
I guess it might be a server-issue behind the extension service. |
I couldn't manage the expenses for running the server, and hence the extension is not working. What do you think? @ax4 @virgulvirgul @halhenke @owen800q |
@pravj |
It seems the extension is still serverless, it will be okay? |
Why does this need a server? What is its purpose? Can't the server component be removed from the picture? Also: what data is being stored on that server? Is there user-identifiable data on there? If so, are you complying with the GDPR? It appears not, since this is the first I hear of a server being necessary for this to work. |
Hi @jrial ! Good challenge! But I would suggest not throwing questions looking negative to a currently unsolved problem. YES, there's so much cool stuff going on with GDPR, but the reality is that not all of the developers have the way to add GDPR complying with their project. Adding a burden to a project is not how open source software made magically. (the current stage of this project's development is temporarily inactive and the infrequent issue comments / none-pr-s can prove this. GDPR alone won't solve the coding problem, or won’t automatically generate the fixing source code for a project). Instead of complaining, I would suggest forking the source code of this project, and then make its backend code developed and open-sourced. Like any other project, it could be engineered into a self-hosted instance. Or if anyone has magical engineering, it could be an extension standalone using the 'backend page' to arrive at the purpose. Once the improvement is done by fork folks, they can make pull requests to improve this project. Sincerely I am writing replies back to this repo because I believe the lacking of server-side code can be fixed. It just needs some more code to solve the problem. |
I don't necessarily mind that there's a server involved. However, "I am just a humble open source developer" does not exempt you from the law. It doesn't change the fact that your only options to comply with said law are:
The GDPR is not a burden to the FOSS developer; the GDPR is in line with the values most of us hold dear. That said, I guess the server is probably only used for some processing, which can perfectly be done client side as well. However, without a reply from the dev (or a look under the hood by someone who understands whatever language browser plugins are written in [EDIT] Javascript, apparently), it's all speculation. |
Some further digging shows that your personal access token is sent to the server. Whether it's stored, or just used as data in transit, is unclear since the server code is not open source and can not be inspected. |
The newly generated token cannot be validate correctly
The text was updated successfully, but these errors were encountered: