Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/storytellercz/meteor-accounts-line

LINE login integration for Meteor.
https://github.com/storytellercz/meteor-accounts-line

line meteor meteor-accounts

Last synced: 2 months ago
JSON representation

LINE login integration for Meteor.

Awesome Lists containing this project

README

        

# meteor-accounts-line

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

Authentication for [LINE](https://line.me) in Meteor.

## Installation
```
meteor add storyteller:accounts-line
```

Configure and use, see `line-oauth` package for more information.

## Templates
### Blaze
If you are using the `accounts-ui` package then LINE login button should be available by installing the `storyteller:line-config-ui` package.

### React
None available (pull requests welcome), but [Socialize starter](https://github.com/StorytellerCZ/Socialize-starter) will include a sample implementation in the future.

### Angular
None available (pull requests welcome).

### Vue
None available (pull requests welcome).

## Integrations
### Meteor Link Accounts
This package is part of [bozhao:link-accounts](https://atmospherejs.com/bozhao/link-accounts) package that allows you to link multiple login accounts for your account.