Simple Home (Google Oauth 2.0) Flow type - code
This commit is contained in:
@@ -5,7 +5,7 @@ RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !.css
|
||||
RewriteCond %{REQUEST_FILENAME} !.js
|
||||
RewriteRule (.*) ./index.php?url=$1#$2 [QSA,L]
|
||||
RewriteRule (.*) ./index.php?url=$1 [QSA,L]
|
||||
|
||||
#token to HTTP_AUTHORIZATION
|
||||
RewriteCond %{HTTP:Authorization} ^(.*)
|
||||
|
@@ -1,3 +1,4 @@
|
||||
<?php
|
||||
|
||||
|
||||
require_once __DIR__ . '/../app/Bootstrap.php';
|
Reference in New Issue
Block a user