An open API service indexing awesome lists of open source software.

https://github.com/deveodk/vue-core-authenticator

Vue plugin for deveo core authentication to be used with laravel api authenticator
https://github.com/deveodk/vue-core-authenticator

api authenticator core deveo vue

Last synced: 2 months ago
JSON representation

Vue plugin for deveo core authentication to be used with laravel api authenticator

Awesome Lists containing this project

README

        

# @deveodk/vue-core-authenticator

deveo-core-authenticator

[![npm](https://img.shields.io/npm/v/@deveodk/vue-core-authenticator.svg)](https://www.npmjs.com/package/@deveodk/vue-core-authenticator) [![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)

> Vue plugin for deveo core authentication

## WARNING

This is a very opinonated package. It`s made for use with ![laravel api authenticator](https://packagist.org/packages/deveodk/laravel-api-authenticator)
If you try to use your own backend it will require alot of work. This should only be used with Deveo Core authentication packages like the one specified

## Installation

```js
import vueCoreAuthenticator from '@deveodk/vue-core-authenticator'
import '@deveodk/vue-core-authenticator/dist/@deveodk/vue-core-authenticator.css'
Vue.use(vueCoreAuthenticator, {
baseURL: {base url here},
facebookClientId: {facebookClientId here},
googleClientId: {googleClientId here}
})
```

### Browser

```html

```

### USAGE

#### Login
```
# Every text can be changed through props.
# This example is in danish
# If you dont specify the props it will use english default


```

#### Password reset

```
# Every text can be changed through props.
# This example is in danish
# If you dont specify the props it will use english default

```

## License

[MIT](http://opensource.org/licenses/MIT)

made with love and cofee