i’m “developing” new skill on Picroft today. Our company has a own IPTV platform for Czech and Slovak Republic but works in whole EU. We have a little bit more free time to different projects thanks to COVID-19 Will be nice to have a voice assistant like Mycroft and control our end devices conected to televisions like Spotify.
Every new end device for example Mycroft need to me pair with out servers / services. Like Spotify skill. Do you have any guidance how to solve Connect button to pair on web with our external services ? I was googling whole day, read lots of information on internet but nothing. Spotify skill use OAuth but it’s specific only for these service.
Glad you’re staying safe and have some free time to explore Mycroft
Currently there’s no automated way to use OAuth in Skills, they must be setup manually for each service and you’re then provided with a token to use in your Skill. @forslund can provide some more detail and help you get setup with that.
i was thinking how to solve it without “connection” button and there is another way / workaround i think.
Simple using a voice pairing like Picroft with your servers Just tell to users web site like “open the web abcd dot cz and type your username, password and pairing code”. And thas it
The spotify connect button is oauth2 specific. If you’re using oauth2 for access we can create an entry for your oauth2 credentials in our db and you can use that.
Using a pairing code like you suggest sounds like a possible solution, but that will require some work on your part to allow fetching an auth token from the skill after a user has paired.
There is an intention to also support a token store so skills can use a token provided by the skill creator while keeping it secret. However that project has been put on ice for the time being.
What sort of authentication are your service using?