aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-04-30 09:16:55 +0200
committerThomas Citharel <tcit@tcit.fr>2017-06-14 17:53:52 +0200
commit0f8268c93e6210d368f9dcd1900274871a9eacdf (patch)
tree251024ae114d2a14a67399ba28d02ddb6d031bad /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parentf93a3109a5f0999dbbd69131c9e5041c390120c9 (diff)
downloadwallabag-oauth-changes.tar.gz
wallabag-oauth-changes.tar.zst
wallabag-oauth-changes.zip
Add client_credentials as grant_typeoauth-changes
Therefore, username and password are no longer needed Signed-off-by: Thomas Citharel <tcit@tcit.fr> Allow to have global clients, auth through direct token or auth code and bring scopes Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix review Signed-off-by: Thomas Citharel <tcit@tcit.fr> remove redirect uri requirement on specific clients add back password and depreciate it enforce state Signed-off-by: Thomas Citharel <tcit@tcit.fr> Allow apps to register themselves A handful of changes Signed-off-by: Thomas Citharel <tcit@tcit.fr> change timeout values Signed-off-by: Thomas Citharel <tcit@tcit.fr> set access_token lifetime to 1 year and double for refresh_token Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
index 2dab1c18..6bee628d 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -78,8 +78,8 @@
78 <li class="bold {% if currentRoute == 'import' %}active{% endif %}"> 78 <li class="bold {% if currentRoute == 'import' %}active{% endif %}">
79 <a class="waves-effect" href="{{ path('import') }}">{{ 'menu.left.import'|trans }}</a> 79 <a class="waves-effect" href="{{ path('import') }}">{{ 'menu.left.import'|trans }}</a>
80 </li> 80 </li>
81 <li class="bold {% if currentRoute == 'developer' %}active{% endif %}"> 81 <li class="bold {% if currentRoute == 'apps' %}active{% endif %}">
82 <a class="waves-effect" href="{{ path('developer') }}">{{ 'menu.left.developer'|trans }}</a> 82 <a class="waves-effect" href="{{ path('apps') }}">{{ 'menu.left.apps'|trans }}</a>
83 </li> 83 </li>
84 <li class="bold {% if currentRoute == 'howto' %}active{% endif %}"> 84 <li class="bold {% if currentRoute == 'howto' %}active{% endif %}">
85 <a class="waves-effect" href="{{ path('howto') }}">{{ 'menu.left.howto'|trans }}</a> 85 <a class="waves-effect" href="{{ path('howto') }}">{{ 'menu.left.howto'|trans }}</a>