summaryrefslogtreecommitdiffstats
path: root/frontend/api/google-oauth2.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/api/google-oauth2.php')
-rw-r--r--frontend/api/google-oauth2.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/api/google-oauth2.php b/frontend/api/google-oauth2.php
new file mode 100644
index 0000000..149b179
--- /dev/null
+++ b/frontend/api/google-oauth2.php
@@ -0,0 +1,11 @@
+<?php
+ /**
+ * Omogočimo Google prijavo.
+ */
+
+ require_once ('../../function.php');
+ include_once '../../vendor/autoload.php';
+
+ $login = new ApiLogin();
+ $login->executeAction($params=array('action'=>'login_google'), $data=array());
+