vue-authenticate
vue-authenticate copied to clipboard
Simple Vue.js authentication library
I am using Github to login. I have a button in my `App.vue` when clicked shows the Github login and then redirects to my app and then I see a...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Just wondering what the project status is? Just wondering whether a fork is needed?

Hello I need to get access_token in place of the "code". Any ideas how I can get it?
when will this be Vue 3 ready?
Hi, Is this package only for using social providers (Google, Github, etc.) ? Could I use my own company's identity provider ?
Based on what I see in `options.js` and playing around with the `display` option, it does not current seem to be possible to force a non-pop-up authentication flow. This can...
- Adds TS definitions by @ilari_makimattila in https://github.com/dgrubelic/vue-authenticate/pull/136 - Adds some entries to package.json to help editors find the definitions - Augments Vue definition to include an $auth property
I've fixed some errors in the fake objects that compared the type of window and document with `undefined` when it has to be compared with `'undefined'` After that, I was...