Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation #39

Closed
MicroDroid opened this issue Jul 9, 2017 · 2 comments
Closed

Improve documentation #39

MicroDroid opened this issue Jul 9, 2017 · 2 comments

Comments

@MicroDroid
Copy link

They documentation needs definitely to be more clear and have much better structure how to use this library. For example, I struggle to find how and where would I receive my authorization code. Also what does authenticate exactly do? open up a popup? what?

@philippeluickx
Copy link

This repo helped me a lot:
https://github.com/dgrubelic/vue-authenticate-site

@designbyadrian
Copy link

I can't even get past this:

import Vue from 'vue'
import { VueAuthenticate } from 'vue-authenticate'

console.log("VueAuthenticate",VueAuthenticate); // undefined

const vueAuthInstance = new VueAuthenticate(Vue.http, {
// ...

Without getting this error:

Uncaught TypeError: _vueAuthenticate.VueAuthenticate is not a constructor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants