firebaseoauth2
Advanced tools
Comparing version
@@ -131,3 +131,3 @@ const express = require("express"); | ||
// Buildin Client ならば、自動的にClientを追加する | ||
const setBuildinClient : (uid, client_id, scope, redirect_uri) => { | ||
const setBuildinClient = (uid, client_id, scope, redirect_uri) => { | ||
return new Promise(function(resolve, reject){ | ||
@@ -149,3 +149,3 @@ if(client_id == BuildinClientID){ | ||
// 指定したクライアントのAuthorizeCodeを更新する | ||
const updateAuthorizeCode : (uid, client_id) => { | ||
const updateAuthorizeCode = (uid, client_id) => { | ||
return new Promise(function(resolve, reject){ | ||
@@ -152,0 +152,0 @@ let clientRef = FirebaseDb.ref('/oAuth/users/' + uid + '/' + client_id) |
{ | ||
"name": "firebaseoauth2", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "indexjs.js", |