-
Notifications
You must be signed in to change notification settings - Fork 9
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
More entries #1
Comments
Hello Tom, I am happy to hear this. :-) Best Malte |
This could be implemented by having the extension have its own list of roles saved in local storage, and then you can use it to drag new roles from the extension list, which would update the cookie. I do not need it right now, but I might implement it when I need to use more than five roles conveniently. Another useful thing would be to save the list with chrome.storage, which would also be a neat way to transfer the roles across computers since you can make it sync the extension storage to your google account. |
I think the rigth way would be to post the form directly without using the aws provided menu. The only problem which I see is the csrf protection. |
That might work as well. I did one test where I switched the role, and then used the extension to delete that role, and the menu did still work, but it wasn't possible to switch back to my original account. I had to switch to another role and then I was able to go back to my original login. |
Hi there,
Your extension looks great! Is there a way to add more than 5 roles? That would be very helpdul.
Thanks,
Tom
The text was updated successfully, but these errors were encountered: