Closed stevenhardy-digital closed 3 years ago
Already working on the new version it will be ready in couple of days before weekend twitch not available the new version will enable you to add any provide of your choice
This sounds brilliant, thank you so much for your time and effort to help us developers! Looking forward to seeing it. I’ll move over that bit for now and come back to it once the new package is released. Thanks again.
you can now use this https://github.com/diadal/universal-social-auth you need to add twitch as custom better still add it to provider @ https://github.com/diadal/universal-social-auth/blob/main/src/providers/index.ts submit the PR
Hello,
I am implementing this extension to work with Socialite provider for Twitch and Discord, however after following your set up guide, I am receiving the below error:
To trigger this, I am using
<button @click="AuthProvider('twitch')"></button>
This is the code I am using:
Please note:
this.$auth.authenticate
andthis.$http.post
appear to not be found in my build. In PHPStorm they have an error line. Is there something that I could have missed in the process of setting up?Are you able to suggest how I can resolve this issue please?