Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/storytellercz/meteor-accounts-line
- Owner: StorytellerCZ
- License: mit
- Created: 2018-04-19T09:40:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T12:58:46.000Z (5 months ago)
- Last Synced: 2024-10-04T19:19:24.907Z (3 months ago)
- Topics: line, meteor, meteor-accounts
- Language: TypeScript
- Homepage: https://atmospherejs.com/storyteller/accounts-line
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.