Built motion from commit c116dc8b.|2.6.30
[motion2.git] / server / api / authGoogle / index.js
index b622e95..896f628 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x4d9e=['express','passport','./authGoogle.controller','../user/user.controller.js','../../components/auth/service','get','login','/callback','callback','setTokenCookie'];(function(_0x388535,_0x6d4692){var _0x4ab24c=function(_0x4c0bec){while(--_0x4c0bec){_0x388535['push'](_0x388535['shift']());}};_0x4ab24c(++_0x6d4692);}(_0x4d9e,0x17c));var _0xe4d9=function(_0xc62b80,_0x58ded6){_0xc62b80=_0xc62b80-0x0;var _0x4e4387=_0x4d9e[_0xc62b80];return _0x4e4387;};'use strict';var express=require(_0xe4d9('0x0'));var passport=require(_0xe4d9('0x1'));var router=express['Router']();var controller=require(_0xe4d9('0x2'));var userController=require(_0xe4d9('0x3'));var authService=require(_0xe4d9('0x4'));router[_0xe4d9('0x5')]('/',controller[_0xe4d9('0x6')]);router[_0xe4d9('0x5')](_0xe4d9('0x7'),controller[_0xe4d9('0x8')],authService['isMiddleware'],userController['login'],authService[_0xe4d9('0x9')]);module['exports']=router;
\ No newline at end of file
+var _0x67cb=['login','callback','isMiddleware','setTokenCookie','express','Router','./authGoogle.controller','../user/user.controller.js','../../components/auth/service','get'];(function(_0x4ff652,_0x1a17bd){var _0xb9cd5f=function(_0xc89083){while(--_0xc89083){_0x4ff652['push'](_0x4ff652['shift']());}};_0xb9cd5f(++_0x1a17bd);}(_0x67cb,0x19e));var _0xb67c=function(_0x30033a,_0x5ce4a6){_0x30033a=_0x30033a-0x0;var _0x5e3518=_0x67cb[_0x30033a];return _0x5e3518;};'use strict';var express=require(_0xb67c('0x0'));var passport=require('passport');var router=express[_0xb67c('0x1')]();var controller=require(_0xb67c('0x2'));var userController=require(_0xb67c('0x3'));var authService=require(_0xb67c('0x4'));router[_0xb67c('0x5')]('/',controller[_0xb67c('0x6')]);router['get']('/callback',controller[_0xb67c('0x7')],authService[_0xb67c('0x8')],userController[_0xb67c('0x6')],authService[_0xb67c('0x9')]);module['exports']=router;
\ No newline at end of file