Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Harald Schneider Member
@hschneider · Joined 6 years ago · 85 posts · 5 topics · 15 reputation
Badges
Recent posts
-
Non-standard install pattern
· 6 years ago
The fastest way to go, is to embed Grav into an iFrame on the main site.
-
Learn2 left sidebar
· 6 years ago
In /themes/THEMENAME/templates/partials/base.html.twig add this code right before the closing body tag: <script> // MOD.hs Scroll to active menu // $(document).ready(function() { $('nav').an
-
Determine from a external PHP App if a Grav user is logged in
· 6 years ago
I will release it after excessive testing 🙂
-
Determine from a external PHP App if a Grav user is logged in
· 6 years ago
I solved this by writing a Plugin, which sends its own auth cookie on login and deletes it on logout. External apps can now check the presence of the cookie and verify its auth code to determine, if a
-
Determine from a external PHP App if a Grav user is logged in
· 6 years ago
Hi, I want to integrate an existing PHP App into Grav, without writing a Plugin. Therefore I need to access the current user's name and if he authenticated successfully with Grav. Is there a way to ge