Skip to content

Update README.md #237

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@



The best part about this library is that it is not strictly coupled to one request handling library like [vue-axios](https://github.com/imcvampire/vue-axios). You will be able to use it with different libraries.
The best part about this library is that it is not strictly coupled to one request handling library like [vue-axios](https://github.com/imcvampire/vue-axios). You will be able to use it with different libraries.

For now it is tested to work with [vue-resource](https://github.com/pagekit/vue-resource) and [axios](https://github.com/mzabriskie/axios) (using [vue-axios](https://github.com/imcvampire/vue-axios) wrapper).

Expand All @@ -18,14 +18,14 @@ This library was inspired by well known authentication library for Angular calle

## Supported OAuth providers and configurations

1. Facebook (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L21)
2. Google (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L34)
3. Github (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L49)
4. Instagram (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L61)
5. Twitter (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L72)
6. Bitbucket (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L81)
7. LinkedIn (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L93)
8. Microsoft Live (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L106)
1. Facebook (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L66)
2. Google (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L79)
3. Github (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L94)
4. Instagram (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L106)
5. Twitter (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L118)
6. Bitbucket (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L127)
7. LinkedIn (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L139)
8. Microsoft Live (https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L152)

## Installation
```bash
Expand Down