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

Hello there, It's the first time that I use this library, I'm traying to use linkedIn provider in order to authenticate users and storage their name, last name and email...

when ever i clear cache and try using GitHub auth i receive a vue-authenticate warning. ![Screenshot (9)](https://user-images.githubusercontent.com/73113145/117292876-97b53880-ae68-11eb-9949-f0318cc9aded.png) but when Google or Facebook login is made then GitHub works all of...

Could be a good idea to replace the promises with async/await form? I feel it would make the code more readable, but might needs support for an async/await polyfill?

Hello, I really appreciate all your efforts to provide with this awesome library. But, I have an issue. one of my browser (whale sidebar) doesn't work with popup, which makes...

Is there a way that this library can be used with GraphQL?

Hello, I am login through facebook on localhost its working properly, but when login on live website it thrown error. Some times it work but most of the time it...

Hello, here is the error i get trying to run the example site from: https://github.com/latovicalmin/vue-authenticate-site ![image](https://user-images.githubusercontent.com/18105506/80591491-cbef5100-89eb-11ea-9b5f-7725326c93e4.png)

Hello! From running my code yesterday to this morning the "Google " all of a sudden redirects me to a jenkins login page AFTER the fact that I use my...

It would be good to have some typescript definitions for this package. Right now i have needed to set `"noImplicitAny": false` in my `tsconfig.json' and also provide this hacky workaround,...