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
- Host: GitHub
- URL: https://github.com/deveodk/vue-core-authenticator
- Owner: Deveodk
- License: mit
- Created: 2017-07-31T09:07:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T11:52:58.000Z (over 7 years ago)
- Last Synced: 2025-02-13T15:43:45.780Z (3 months ago)
- Topics: api, authenticator, core, deveo, vue
- Language: Vue
- Homepage:
- Size: 220 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @deveodk/vue-core-authenticator
[](https://www.npmjs.com/package/@deveodk/vue-core-authenticator) [](https://vuejs.org/)
> Vue plugin for deveo core authentication
## WARNING
This is a very opinonated package. It`s made for use with 
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)
![]()