vue-authenticate
vue-authenticate copied to clipboard
Simple Vue.js authentication library
Is there any repo with example application using vue-authenticate? Readme content does not work for me.
 After logging in in the Gihub, it's asking for the parameter state which the plugin doesn't sends.
Hi, Callback for logout if hit twice return Unhandled Promise Rejection. 
Hi, How can i get the authenticated email of the current user in fb? Thanks!
Hello dgrubelic I try to use vue-authenticate to login facebook `this.$auth.authenticate(provider).then(function (authResponse) { this_.$http.get('https://graph.facebook.com/v2.5/me', { params: { access_token: this_.$auth.getToken() } }).then(function (response) { this_.response = response }) })` But it...
Hi, seems that OAuth.prototype.exchangeForToken reforming wrongly requestoptions.url in my case at least. My baseurl is set to 'localhost:8080' but my redirect_uri is 'localhost:8080/api/auth/github' and this case seems that exchangeForToken strips...
Hello any can help how to use this? What thing i need to install on my expressjs end for google, facebook, github, twitter etc
I just want to use axios and don't feel the need to add bloat with wrapper classes like vue-axios. I already use axios in my vue app and don't need...
@dgrubelic Below is my code for twitter integration. I am using SSR with webpack. **login.vue** ` Twitter export default { methods: { auth: function (provider) { this.$auth.authenticate(provider).then(function () { console.log("in")...
not work
