-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a31395c
commit f53840c
Showing
9 changed files
with
181 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
accounts-base@1.4.5 | ||
accounts-oauth@1.1.16 | ||
allow-deny@1.1.0 | ||
babel-compiler@7.4.2 | ||
babel-runtime@1.4.0 | ||
base64@1.0.12 | ||
binary-heap@1.0.11 | ||
boilerplate-generator@1.6.0 | ||
callback-hook@1.2.0 | ||
check@1.3.1 | ||
ddp@1.4.0 | ||
ddp-client@2.3.3 | ||
ddp-common@1.4.0 | ||
ddp-rate-limiter@1.0.7 | ||
ddp-server@2.3.0 | ||
diff-sequence@1.1.1 | ||
dynamic-import@0.5.1 | ||
ecmascript@0.13.2 | ||
ecmascript-runtime@0.7.0 | ||
ecmascript-runtime-client@0.9.0 | ||
ecmascript-runtime-server@0.8.0 | ||
ejson@1.1.1 | ||
fetch@0.1.1 | ||
geojson-utils@1.0.10 | ||
http@1.4.2 | ||
id-map@1.1.0 | ||
inter-process-messaging@0.1.0 | ||
localstorage@1.2.0 | ||
logging@1.1.20 | ||
meteor@1.9.3 | ||
minimongo@1.4.5 | ||
modern-browsers@0.1.4 | ||
modules@0.14.0 | ||
modules-runtime@0.11.0 | ||
mongo@1.7.0 | ||
mongo-decimal@0.1.1 | ||
mongo-dev-server@1.1.0 | ||
mongo-id@1.0.7 | ||
npm-mongo@3.2.0 | ||
oauth@1.2.8 | ||
oauth2@1.2.1 | ||
ordered-dict@1.1.0 | ||
promise@0.11.2 | ||
random@1.1.0 | ||
rate-limit@1.0.9 | ||
reactive-var@1.0.11 | ||
reload@1.3.0 | ||
retry@1.1.0 | ||
routepolicy@1.1.0 | ||
service-configuration@1.0.11 | ||
socket-stream-client@0.2.2 | ||
storyteller:accounts-line@1.0.1 | ||
storyteller:line-oauth@1.0.1 | ||
tracker@1.2.0 | ||
underscore@1.0.10 | ||
url@1.2.0 | ||
webapp@1.7.5 | ||
webapp-hashing@1.0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# accounts-line | ||
|
||
A login service for Wattpad. | ||
A login service for [LINE](https://line.me) messaging service. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
babel-compiler@7.4.2 | ||
babel-runtime@1.4.0 | ||
base64@1.0.12 | ||
blaze@2.3.4 | ||
blaze-tools@1.0.10 | ||
caching-compiler@1.2.1 | ||
caching-html-compiler@1.1.3 | ||
check@1.3.1 | ||
deps@1.0.12 | ||
diff-sequence@1.1.1 | ||
dynamic-import@0.5.1 | ||
ecmascript@0.13.2 | ||
ecmascript-runtime@0.7.0 | ||
ecmascript-runtime-client@0.9.0 | ||
ecmascript-runtime-server@0.8.0 | ||
ejson@1.1.1 | ||
fetch@0.1.1 | ||
html-tools@1.0.11 | ||
htmljs@1.0.11 | ||
id-map@1.1.0 | ||
inter-process-messaging@0.1.0 | ||
meteor@1.9.3 | ||
modern-browsers@0.1.4 | ||
modules@0.14.0 | ||
modules-runtime@0.11.0 | ||
mongo-id@1.0.7 | ||
observe-sequence@1.0.16 | ||
ordered-dict@1.1.0 | ||
promise@0.11.2 | ||
random@1.1.0 | ||
reactive-var@1.0.11 | ||
spacebars@1.0.15 | ||
spacebars-compiler@1.1.3 | ||
storyteller:line-config-ui@1.0.1 | ||
templating@1.3.2 | ||
templating-compiler@1.3.3 | ||
templating-runtime@1.3.2 | ||
templating-tools@1.1.2 | ||
tracker@1.2.0 | ||
underscore@1.0.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# line-config-ui | ||
|
||
This package contains Blaze configuration UI templates for LINE OAuth. | ||
This package contains Blaze configuration UI templates for [LINE](https://line.me) OAuth. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
accounts-base@1.4.5 | ||
allow-deny@1.1.0 | ||
babel-compiler@7.4.2 | ||
babel-runtime@1.4.0 | ||
base64@1.0.12 | ||
binary-heap@1.0.11 | ||
boilerplate-generator@1.6.0 | ||
callback-hook@1.2.0 | ||
check@1.3.1 | ||
ddp@1.4.0 | ||
ddp-client@2.3.3 | ||
ddp-common@1.4.0 | ||
ddp-rate-limiter@1.0.7 | ||
ddp-server@2.3.0 | ||
diff-sequence@1.1.1 | ||
dynamic-import@0.5.1 | ||
ecmascript@0.13.2 | ||
ecmascript-runtime@0.7.0 | ||
ecmascript-runtime-client@0.9.0 | ||
ecmascript-runtime-server@0.8.0 | ||
ejson@1.1.1 | ||
fetch@0.1.1 | ||
geojson-utils@1.0.10 | ||
http@1.4.2 | ||
id-map@1.1.0 | ||
inter-process-messaging@0.1.0 | ||
localstorage@1.2.0 | ||
logging@1.1.20 | ||
meteor@1.9.3 | ||
minimongo@1.4.5 | ||
modern-browsers@0.1.4 | ||
modules@0.14.0 | ||
modules-runtime@0.11.0 | ||
mongo@1.7.0 | ||
mongo-decimal@0.1.1 | ||
mongo-dev-server@1.1.0 | ||
mongo-id@1.0.7 | ||
npm-mongo@3.2.0 | ||
oauth@1.2.8 | ||
oauth2@1.2.1 | ||
ordered-dict@1.1.0 | ||
promise@0.11.2 | ||
random@1.1.0 | ||
rate-limit@1.0.9 | ||
reactive-var@1.0.11 | ||
reload@1.3.0 | ||
retry@1.1.0 | ||
routepolicy@1.1.0 | ||
service-configuration@1.0.11 | ||
socket-stream-client@0.2.2 | ||
storyteller:line-oauth@1.0.1 | ||
tracker@1.2.0 | ||
underscore@1.0.10 | ||
url@1.2.0 | ||
webapp@1.7.5 | ||
webapp-hashing@1.0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# line-oauth | ||
|
||
An implementation of the LINE OAuth flow. See the [Meteor Guide](https://guide.meteor.com/accounts.html) for more details. | ||
An implementation of the [LINE](https://line.me) OAuth flow. See the [Meteor Guide](https://guide.meteor.com/accounts.html) for more details. |