vue-authenticate icon indicating copy to clipboard operation
vue-authenticate copied to clipboard

Simple Vue.js authentication library

Results 102 vue-authenticate issues
Sort by recently updated
recently updated
newest added

Is there any repo with example application using vue-authenticate? Readme content does not work for me.

![param](https://user-images.githubusercontent.com/25484711/35146476-17a01bdc-fd46-11e7-9563-2cb43ae0f9f6.PNG) After logging in in the Gihub, it's asking for the parameter state which the plugin doesn't sends.

question

Hi, Callback for logout if hit twice return Unhandled Promise Rejection. ![image](https://user-images.githubusercontent.com/12542052/50472245-8df2af00-09ea-11e9-8d27-3a3c638e7709.png)

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")...

![image](https://user-images.githubusercontent.com/8849299/41810568-6663df0a-7709-11e8-8ff3-66d9c554cd79.png)