theurichde / go-aws-sso

Makes dealing with AWS SSO Logins an ease
MIT License
111 stars 15 forks source link

feat: lock auth flow #138

Closed theurichde closed 1 year ago

theurichde commented 1 year ago

I came across this issue when using the k8s plugin for IntelliJ - opening around 75 tabs at the same time, asking for approval when the access token was outdated while using the credentials_process mode. So we lock the authorization flow now to one concurrent flow at a time.