You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to include sls alexa update and sls alexa build command into my skill pipeline. It's required to run first sls alexa auth, which opens a browser to perform code flow Oauth2 validation. Because "human interaction" is required to get a token, it's not possible to include those commands in any automation.
Could it be possible to implement client credentials flow for those cases? It could be configurable what flow you want to use.
I'll be happy to contribute with this enhancement.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to include
sls alexa update
andsls alexa build
command into my skill pipeline. It's required to run firstsls alexa auth
, which opens a browser to perform code flow Oauth2 validation. Because "human interaction" is required to get a token, it's not possible to include those commands in any automation.Could it be possible to implement client credentials flow for those cases? It could be configurable what flow you want to use.
I'll be happy to contribute with this enhancement.
The text was updated successfully, but these errors were encountered: