René's URL Explorer Experiment


Title: Trouble with logging out users · Issue #23 · DevMarketer/multiauth_tutorial · GitHub

Open Graph Title: Trouble with logging out users · Issue #23 · DevMarketer/multiauth_tutorial

X Title: Trouble with logging out users · Issue #23 · DevMarketer/multiauth_tutorial

Description: Hello. I have trouble logging out different types of users. Here is the code for the nav: ` {{ config('app.name', 'Laravel') }}

Open Graph Description: Hello. I have trouble logging out different types of users. Here is the code for the nav: ` {{ config('app.name', 'L...</i> <p>X Description: <i>Hello. I have trouble logging out different types of users. Here is the code for the nav: ` <!-- CSRF Token --> <meta name="csrf-token" content="{{ csrf_token() }}">...</i> <p><i>Opengraph URL</i>: <a href='https://github.com/DevMarketer/multiauth_tutorial/issues/23'>https://github.com/DevMarketer/multiauth_tutorial/issues/23</a> <p>X: <a href='https://X.com/@github'>@github</a> <p><a href='https://github.com/DevMarketer/multiauth_tutorial/issues/23'>direct link</a> <p>Domain: <a href='https://domain.db.renenyffenegger.ch/search?q=github.com'>github.com</a> <hr><b style='color:red'>Hey, it has json ld scripts</b>: <code><pre>{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Trouble with logging out users","articleBody":"Hello. I have trouble logging out different types of users. Here is the code for the nav:\r\n\r\n`\u003c!DOCTYPE html\u003e\r\n\u003chtml lang=\"{{ str_replace('_', '-', app()-\u003egetLocale()) }}\"\u003e\r\n\u003chead\u003e\r\n\t\u003cmeta charset=\"utf-8\"\u003e\r\n\t\u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\r\n\t\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\r\n\r\n\t\u003c!-- CSRF Token --\u003e\r\n\t\u003cmeta name=\"csrf-token\" content=\"{{ csrf_token() }}\"\u003e\r\n\r\n\t\u003ctitle\u003e{{ config('app.name', 'Laravel') }}\u003c/title\u003e\r\n\r\n\t\u003c!-- Scripts --\u003e\r\n\t\u003cscript src=\"{{ asset('js/app.js') }}\" defer\u003e\u003c/script\u003e\r\n\r\n\t\u003c!-- Fonts --\u003e\r\n\t\u003clink rel=\"dns-prefetch\" href=\"https://fonts.gstatic.com\"\u003e\r\n\t\u003clink href=\"https://fonts.googleapis.com/css?family=Nunito\" rel=\"stylesheet\" type=\"text/css\"\u003e\r\n\r\n\t\u003c!-- Styles --\u003e\r\n\t\u003clink href=\"{{ asset('css/app.css') }}\" rel=\"stylesheet\"\u003e\r\n\u003c/head\u003e\r\n\u003cbody\u003e\r\n\t\u003cdiv id=\"app\"\u003e\r\n\t\t\u003cnav class=\"navbar navbar-expand-md navbar-light navbar-laravel\"\u003e\r\n\t\t\t\u003cdiv class=\"container\"\u003e\r\n\t\t\t\t\u003ca class=\"navbar-brand\" href=\"{{ url('/') }}\"\u003e\r\n\t\t\t\t\t{{ config('app.name', 'Laravel') }}\r\n\t\t\t\t\u003c/a\u003e\r\n\t\t\t\t\u003cbutton class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"{{ __('Toggle navigation') }}\"\u003e\r\n\t\t\t\t\t\u003cspan class=\"navbar-toggler-icon\"\u003e\u003c/span\u003e\r\n\t\t\t\t\u003c/button\u003e\r\n\r\n\t\t\t\t\u003cdiv class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\"\u003e\r\n\t\t\t\t\t\u003c!-- Left Side Of Navbar --\u003e\r\n\t\t\t\t\t\u003cul class=\"navbar-nav mr-auto\"\u003e\r\n\r\n\t\t\t\t\t\u003c/ul\u003e\r\n\r\n\t\t\t\t\t\u003c!-- Right Side Of Navbar --\u003e\r\n\t\t\t\t\t\u003cul class=\"navbar-nav ml-auto\"\u003e\r\n\t\t\t\t\t\t\u003c!-- Authentication Links --\u003e\r\n\t\t\t\t\t\t@guest\r\n\t\t\t\t\t\t\t\u003cli class=\"nav-item\"\u003e\u003ca class=\"nav-link\" href=\"{{ route('login') }}\"\u003e{{ __('Login') }}\u003c/a\u003e\u003c/li\u003e\r\n\t\t\t\t\t\t\t\u003cli class=\"nav-item\"\u003e\u003ca class=\"nav-link\" href=\"{{ route('register') }}\"\u003e{{ __('Register') }}\u003c/a\u003e\u003c/li\u003e\r\n\t\t\t\t\t\t@else\r\n\t\t\t\t\t\t\t\u003cli class=\"nav-item dropdown\"\u003e\r\n\t\t\t\t\t\t\t\t\u003ca id=\"navbarDropdown\" class=\"nav-link dropdown-toggle\" href=\"#\" role=\"button\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\" v-pre\u003e\r\n\t\t\t\t\t\t\t\t\tHello {{ Auth::user()-\u003efirst_name }} \u003cspan class=\"caret\"\u003e\u003c/span\u003e\r\n\t\t\t\t\t\t\t\t\u003c/a\u003e\r\n\r\n\t\t\t\t\t\t\t\t\u003cdiv class=\"dropdown-menu dropdown-menu-right\" aria-labelledby=\"navbarDropdown\"\u003e\r\n\t\t\t\t\t\t\t\t\t@if (Auth::guard('admin'))\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t@endif\r\n\t\t\t\t\t\t\t\t\t\u003ca class=\"dropdown-item\" href=\"{{ route('user.logout') }}\"\r\n\t\t\t\t\t\t\t\t\t onclick=\"event.preventDefault();\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t document.getElementById('logout-form').submit();\"\u003e\r\n\t\t\t\t\t\t\t\t\t\t{{ __('Logout') }}\r\n\t\t\t\t\t\t\t\t\t\u003c/a\u003e\r\n\r\n\t\t\t\t\t\t\t\t\t\u003cform id=\"logout-form\" action=\"{{ route('user.logout') }}\" method=\"GET\" style=\"display: none;\"\u003e\r\n\t\t\t\t\t\t\t\t\t\t@csrf\r\n\t\t\t\t\t\t\t\t\t\u003c/form\u003e\r\n\t\t\t\t\t\t\t\t\u003c/div\u003e\r\n\t\t\t\t\t\t\t\u003c/li\u003e\r\n\t\t\t\t\t\t@endguest\r\n\t\t\t\t\t\u003c/ul\u003e\r\n\t\t\t\t\u003c/div\u003e\r\n\t\t\t\u003c/div\u003e\r\n\t\t\u003c/nav\u003e\r\n\t\t\t \r\n\t\t\u003cmain class=\"py-4\"\u003e\r\n\t\t\t@yield('content')\r\n\t\t\u003c/main\u003e\r\n\t\u003c/div\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e`\r\n\r\nIf someone knows to do it, please post the solution to this problem. Thank you.","author":{"url":"https://github.com/krasidankov","@type":"Person","name":"krasidankov"},"datePublished":"2018-09-08T09:50:13.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/23/multiauth_tutorial/issues/23"}</pre></code> <hr> <table> <tr><td>route-pattern</td><td>/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)</td></tr> <tr><td>route-controller</td><td>voltron_issues_fragments</td></tr> <tr><td>route-action</td><td>issue_layout</td></tr> <tr><td>fetch-nonce</td><td>v2:add241ed-b13a-8020-b485-745c8809eb6e</td></tr> <tr><td>current-catalog-service-hash</td><td>81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114</td></tr> <tr><td>request-id</td><td>A78A:355826:40CE4AA:54EEE21:6A5D3763</td></tr> <tr><td>html-safe-nonce</td><td>0891683005a25ab8fe48469d922f93f61169c2951b70abbe40f02378329e4770</td></tr> <tr><td>visitor-payload</td><td>eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNzhBOjM1NTgyNjo0MENFNEFBOjU0RUVFMjE6NkE1RDM3NjMiLCJ2aXNpdG9yX2lkIjoiOTY1MTYzNDgwNTgzNTgzNTg4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=</td></tr> <tr><td>visitor-hmac</td><td>b6214db4c03c08d28b6cfae9c14e3dbca9f2e9ef5a1ab2a7ea7b781d7cd2b886</td></tr> <tr><td>hovercard-subject-tag</td><td>issue:358281108</td></tr> <tr><td>github-keyboard-shortcuts</td><td>repository,issues,copilot</td></tr> <tr><td>google-site-verification</td><td>Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I</td></tr> <tr><td>octolytics-url</td><td>https://collector.github.com/github/collect</td></tr> <tr><td>analytics-location</td><td>/<user-name>/<repo-name>/voltron/issues_fragments/issue_layout</td></tr> <tr><td>fb:app_id</td><td>1401488693436528</td></tr> <tr><td>apple-itunes-app</td><td>app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/DevMarketer/multiauth_tutorial/23/issue_layout</td></tr> <tr><td>twitter:image</td><td>https://opengraph.githubassets.com/452942f4e676327ae08c5902b075e8034e913f6eb3a670f58aafce0c83d88eef/DevMarketer/multiauth_tutorial/issues/23</td></tr> <tr><td>twitter:card</td><td>summary_large_image</td></tr> <tr><td>og:image</td><td>https://opengraph.githubassets.com/452942f4e676327ae08c5902b075e8034e913f6eb3a670f58aafce0c83d88eef/DevMarketer/multiauth_tutorial/issues/23</td></tr> <tr><td>og:image:alt</td><td>Hello. I have trouble logging out different types of users. Here is the code for the nav: ` <!-- CSRF Token --> <meta name="csrf-token" content="{{ csrf_token() }}"> <title>{{ config('app.name', 'L...</td></tr> <tr><td>og:image:width</td><td>1200</td></tr> <tr><td>og:image:height</td><td>600</td></tr> <tr><td>og:site_name</td><td>GitHub</td></tr> <tr><td>og:type</td><td>object</td></tr> <tr><td>og:author:username</td><td>krasidankov</td></tr> <tr><td>hostname</td><td>github.com</td></tr> <tr><td>expected-hostname</td><td>github.com</td></tr> <tr><td>None</td><td>5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b</td></tr> <tr><td>turbo-cache-control</td><td>no-preview</td></tr> <tr><td>go-import</td><td>github.com/DevMarketer/multiauth_tutorial git https://github.com/DevMarketer/multiauth_tutorial.git</td></tr> <tr><td>octolytics-dimension-user_id</td><td>20360951</td></tr> <tr><td>octolytics-dimension-user_login</td><td>DevMarketer</td></tr> <tr><td>octolytics-dimension-repository_id</td><td>83099431</td></tr> <tr><td>octolytics-dimension-repository_nwo</td><td>DevMarketer/multiauth_tutorial</td></tr> <tr><td>octolytics-dimension-repository_public</td><td>true</td></tr> <tr><td>octolytics-dimension-repository_is_fork</td><td>false</td></tr> <tr><td>octolytics-dimension-repository_network_root_id</td><td>83099431</td></tr> <tr><td>octolytics-dimension-repository_network_root_nwo</td><td>DevMarketer/multiauth_tutorial</td></tr> <tr><td>turbo-body-classes</td><td>logged-out env-production page-responsive</td></tr> <tr><td>disable-turbo</td><td>false</td></tr> <tr><td>browser-stats-url</td><td>https://api.github.com/_private/browser/stats</td></tr> <tr><td>browser-errors-url</td><td>https://api.github.com/_private/browser/errors</td></tr> <tr><td>release</td><td>9c975978430e9ad293956f2bbdaf153b1bd84a99</td></tr> <tr><td>ui-target</td><td>full</td></tr> <tr><td>theme-color</td><td>#1e2327</td></tr> <tr><td>color-scheme</td><td>light dark</td></tr> </table> <p><b>Links</b>: <table> <tr><td>Skip to content</td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/issues/23#start-of-content'>https://github.com/DevMarketer/multiauth_tutorial/issues/23#start-of-content</a></td></tr> <tr><td> </td><td><a href='/?url=https://github.com/'>https://github.com/</a></td></tr> <tr><td> Sign in </td><td><a href='/?url=https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FDevMarketer%2Fmultiauth_tutorial%2Fissues%2F23'>https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FDevMarketer%2Fmultiauth_tutorial%2Fissues%2F23</a></td></tr> <tr><td>GitHub CopilotWrite better code with AI</td><td><a href='/?url=https://github.com/features/copilot'>https://github.com/features/copilot</a></td></tr> <tr><td>GitHub Copilot appDirect agents from issue to merge</td><td><a href='/?url=https://github.com/features/ai/github-app'>https://github.com/features/ai/github-app</a></td></tr> <tr><td>MCP RegistryNewIntegrate external tools</td><td><a href='/?url=https://github.com/mcp'>https://github.com/mcp</a></td></tr> <tr><td>ActionsAutomate any workflow</td><td><a href='/?url=https://github.com/features/actions'>https://github.com/features/actions</a></td></tr> <tr><td>CodespacesInstant dev environments</td><td><a href='/?url=https://github.com/features/codespaces'>https://github.com/features/codespaces</a></td></tr> <tr><td>IssuesPlan and track work</td><td><a href='/?url=https://github.com/features/issues'>https://github.com/features/issues</a></td></tr> <tr><td>Code ReviewManage code changes</td><td><a href='/?url=https://github.com/features/code-review'>https://github.com/features/code-review</a></td></tr> <tr><td>GitHub Advanced SecurityFind and fix vulnerabilities</td><td><a href='/?url=https://github.com/security/advanced-security'>https://github.com/security/advanced-security</a></td></tr> <tr><td>Code securitySecure your code as you build</td><td><a href='/?url=https://github.com/security/advanced-security/code-security'>https://github.com/security/advanced-security/code-security</a></td></tr> <tr><td>Secret protectionStop leaks before they start</td><td><a href='/?url=https://github.com/security/advanced-security/secret-protection'>https://github.com/security/advanced-security/secret-protection</a></td></tr> <tr><td>Why GitHub</td><td><a href='/?url=https://github.com/why-github'>https://github.com/why-github</a></td></tr> <tr><td>Documentation</td><td><a href='/?url=https://docs.github.com'>https://docs.github.com</a></td></tr> <tr><td>Blog</td><td><a href='/?url=https://github.blog'>https://github.blog</a></td></tr> <tr><td>Changelog</td><td><a href='/?url=https://github.blog/changelog'>https://github.blog/changelog</a></td></tr> <tr><td>Marketplace</td><td><a href='/?url=https://github.com/marketplace'>https://github.com/marketplace</a></td></tr> <tr><td>View all features</td><td><a href='/?url=https://github.com/features'>https://github.com/features</a></td></tr> <tr><td>Enterprises</td><td><a href='/?url=https://github.com/enterprise'>https://github.com/enterprise</a></td></tr> <tr><td>Small and medium teams</td><td><a href='/?url=https://github.com/team'>https://github.com/team</a></td></tr> <tr><td>Startups</td><td><a href='/?url=https://github.com/enterprise/startups'>https://github.com/enterprise/startups</a></td></tr> <tr><td>Nonprofits</td><td><a href='/?url=https://github.com/solutions/industry/nonprofits'>https://github.com/solutions/industry/nonprofits</a></td></tr> <tr><td>App Modernization</td><td><a href='/?url=https://github.com/solutions/use-case/app-modernization'>https://github.com/solutions/use-case/app-modernization</a></td></tr> <tr><td>DevSecOps</td><td><a href='/?url=https://github.com/solutions/use-case/devsecops'>https://github.com/solutions/use-case/devsecops</a></td></tr> <tr><td>DevOps</td><td><a href='/?url=https://github.com/solutions/use-case/devops'>https://github.com/solutions/use-case/devops</a></td></tr> <tr><td>CI/CD</td><td><a href='/?url=https://github.com/solutions/use-case/ci-cd'>https://github.com/solutions/use-case/ci-cd</a></td></tr> <tr><td>View all use cases</td><td><a href='/?url=https://github.com/solutions/use-case'>https://github.com/solutions/use-case</a></td></tr> <tr><td>Healthcare</td><td><a href='/?url=https://github.com/solutions/industry/healthcare'>https://github.com/solutions/industry/healthcare</a></td></tr> <tr><td>Financial services</td><td><a href='/?url=https://github.com/solutions/industry/financial-services'>https://github.com/solutions/industry/financial-services</a></td></tr> <tr><td>Manufacturing</td><td><a href='/?url=https://github.com/solutions/industry/manufacturing'>https://github.com/solutions/industry/manufacturing</a></td></tr> <tr><td>Government</td><td><a href='/?url=https://github.com/solutions/industry/government'>https://github.com/solutions/industry/government</a></td></tr> <tr><td>View all industries</td><td><a href='/?url=https://github.com/solutions/industry'>https://github.com/solutions/industry</a></td></tr> <tr><td>View all solutions</td><td><a href='/?url=https://github.com/solutions'>https://github.com/solutions</a></td></tr> <tr><td>AI</td><td><a href='/?url=https://github.com/resources/articles?topic=ai'>https://github.com/resources/articles?topic=ai</a></td></tr> <tr><td>Software Development</td><td><a href='/?url=https://github.com/resources/articles?topic=software-development'>https://github.com/resources/articles?topic=software-development</a></td></tr> <tr><td>DevOps</td><td><a href='/?url=https://github.com/resources/articles?topic=devops'>https://github.com/resources/articles?topic=devops</a></td></tr> <tr><td>Security</td><td><a href='/?url=https://github.com/resources/articles?topic=security'>https://github.com/resources/articles?topic=security</a></td></tr> <tr><td>View all topics</td><td><a href='/?url=https://github.com/resources/articles'>https://github.com/resources/articles</a></td></tr> <tr><td>Customer stories</td><td><a href='/?url=https://github.com/customer-stories'>https://github.com/customer-stories</a></td></tr> <tr><td>Events & webinars</td><td><a href='/?url=https://github.com/resources/events'>https://github.com/resources/events</a></td></tr> <tr><td>Ebooks & reports</td><td><a href='/?url=https://github.com/resources/whitepapers'>https://github.com/resources/whitepapers</a></td></tr> <tr><td>Business insights</td><td><a href='/?url=https://github.com/solutions/executive-insights'>https://github.com/solutions/executive-insights</a></td></tr> <tr><td>GitHub Skills</td><td><a href='/?url=https://skills.github.com'>https://skills.github.com</a></td></tr> <tr><td>Documentation</td><td><a href='/?url=https://docs.github.com'>https://docs.github.com</a></td></tr> <tr><td>Customer support</td><td><a href='/?url=https://support.github.com'>https://support.github.com</a></td></tr> <tr><td>Community forum</td><td><a href='/?url=https://github.com/orgs/community/discussions'>https://github.com/orgs/community/discussions</a></td></tr> <tr><td>Trust center</td><td><a href='/?url=https://github.com/trust-center'>https://github.com/trust-center</a></td></tr> <tr><td>Partners</td><td><a href='/?url=https://github.com/partners'>https://github.com/partners</a></td></tr> <tr><td>View all resources</td><td><a href='/?url=https://github.com/resources'>https://github.com/resources</a></td></tr> <tr><td>GitHub SponsorsFund open source developers</td><td><a href='/?url=https://github.com/open-source/sponsors'>https://github.com/open-source/sponsors</a></td></tr> <tr><td>Security Lab</td><td><a href='/?url=https://securitylab.github.com'>https://securitylab.github.com</a></td></tr> <tr><td>Maintainer Community</td><td><a href='/?url=https://maintainers.github.com'>https://maintainers.github.com</a></td></tr> <tr><td>Accelerator</td><td><a href='/?url=https://github.com/open-source/accelerator'>https://github.com/open-source/accelerator</a></td></tr> <tr><td>GitHub Stars</td><td><a href='/?url=https://stars.github.com'>https://stars.github.com</a></td></tr> <tr><td>Archive Program</td><td><a href='/?url=https://archiveprogram.github.com'>https://archiveprogram.github.com</a></td></tr> <tr><td>Topics</td><td><a href='/?url=https://github.com/topics'>https://github.com/topics</a></td></tr> <tr><td>Trending</td><td><a href='/?url=https://github.com/trending'>https://github.com/trending</a></td></tr> <tr><td>Collections</td><td><a href='/?url=https://github.com/collections'>https://github.com/collections</a></td></tr> <tr><td>Enterprise platformAI-powered developer platform</td><td><a href='/?url=https://github.com/enterprise'>https://github.com/enterprise</a></td></tr> <tr><td>GitHub Advanced SecurityEnterprise-grade security features</td><td><a href='/?url=https://github.com/security/advanced-security'>https://github.com/security/advanced-security</a></td></tr> <tr><td>Copilot for BusinessEnterprise-grade AI features</td><td><a href='/?url=https://github.com/features/copilot/copilot-business'>https://github.com/features/copilot/copilot-business</a></td></tr> <tr><td>Premium SupportEnterprise-grade 24/7 support</td><td><a href='/?url=https://github.com/enterprise/premium-support'>https://github.com/enterprise/premium-support</a></td></tr> <tr><td>Pricing</td><td><a href='/?url=https://github.com/pricing'>https://github.com/pricing</a></td></tr> <tr><td>Search syntax tips</td><td><a href='/?url=https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax'>https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax</a></td></tr> <tr><td>documentation</td><td><a href='/?url=https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax'>https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax</a></td></tr> <tr><td> Sign in </td><td><a href='/?url=https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FDevMarketer%2Fmultiauth_tutorial%2Fissues%2F23'>https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FDevMarketer%2Fmultiauth_tutorial%2Fissues%2F23</a></td></tr> <tr><td> Sign up </td><td><a href='/?url=https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=DevMarketer%2Fmultiauth_tutorial'>https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=DevMarketer%2Fmultiauth_tutorial</a></td></tr> <tr><td>Reload</td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/issues/23'>https://github.com/DevMarketer/multiauth_tutorial/issues/23</a></td></tr> <tr><td>Reload</td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/issues/23'>https://github.com/DevMarketer/multiauth_tutorial/issues/23</a></td></tr> <tr><td>Reload</td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/issues/23'>https://github.com/DevMarketer/multiauth_tutorial/issues/23</a></td></tr> <tr><td>Please reload this page</td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/issues/23'>https://github.com/DevMarketer/multiauth_tutorial/issues/23</a></td></tr> <tr><td> DevMarketer </td><td><a href='/?url=https://github.com/DevMarketer'>https://github.com/DevMarketer</a></td></tr> <tr><td>multiauth_tutorial</td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial'>https://github.com/DevMarketer/multiauth_tutorial</a></td></tr> <tr><td> Notifications </td><td><a href='/?url=https://github.com/login?return_to=%2FDevMarketer%2Fmultiauth_tutorial'>https://github.com/login?return_to=%2FDevMarketer%2Fmultiauth_tutorial</a></td></tr> <tr><td> Fork 83 </td><td><a href='/?url=https://github.com/login?return_to=%2FDevMarketer%2Fmultiauth_tutorial'>https://github.com/login?return_to=%2FDevMarketer%2Fmultiauth_tutorial</a></td></tr> <tr><td> Star 152 </td><td><a href='/?url=https://github.com/login?return_to=%2FDevMarketer%2Fmultiauth_tutorial'>https://github.com/login?return_to=%2FDevMarketer%2Fmultiauth_tutorial</a></td></tr> <tr><td> Code </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial'>https://github.com/DevMarketer/multiauth_tutorial</a></td></tr> <tr><td> Issues 13 </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/issues'>https://github.com/DevMarketer/multiauth_tutorial/issues</a></td></tr> <tr><td> Pull requests 16 </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/pulls'>https://github.com/DevMarketer/multiauth_tutorial/pulls</a></td></tr> <tr><td> Actions </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/actions'>https://github.com/DevMarketer/multiauth_tutorial/actions</a></td></tr> <tr><td> Projects </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/projects'>https://github.com/DevMarketer/multiauth_tutorial/projects</a></td></tr> <tr><td> Security and quality 0 </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/security'>https://github.com/DevMarketer/multiauth_tutorial/security</a></td></tr> <tr><td> Insights </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/pulse'>https://github.com/DevMarketer/multiauth_tutorial/pulse</a></td></tr> <tr><td> Code </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial'>https://github.com/DevMarketer/multiauth_tutorial</a></td></tr> <tr><td> Issues </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/issues'>https://github.com/DevMarketer/multiauth_tutorial/issues</a></td></tr> <tr><td> Pull requests </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/pulls'>https://github.com/DevMarketer/multiauth_tutorial/pulls</a></td></tr> <tr><td> Actions </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/actions'>https://github.com/DevMarketer/multiauth_tutorial/actions</a></td></tr> <tr><td> Projects </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/projects'>https://github.com/DevMarketer/multiauth_tutorial/projects</a></td></tr> <tr><td> Security and quality </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/security'>https://github.com/DevMarketer/multiauth_tutorial/security</a></td></tr> <tr><td> Insights </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/pulse'>https://github.com/DevMarketer/multiauth_tutorial/pulse</a></td></tr> <tr><td>Trouble with logging out users</td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/issues/23#top'>https://github.com/DevMarketer/multiauth_tutorial/issues/23#top</a></td></tr> <tr><td></td><td><a href='/?url=https://github.com/krasidankov'>https://github.com/krasidankov</a></td></tr> <tr><td>krasidankov</td><td><a href='/?url=https://github.com/krasidankov'>https://github.com/krasidankov</a></td></tr> <tr><td>on Sep 8, 2018</td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/issues/23#issue-358281108'>https://github.com/DevMarketer/multiauth_tutorial/issues/23#issue-358281108</a></td></tr> <tr><td> {{ config('app.name', 'Laravel') }} </td><td><a href='/?url=https://github.com/DevMarketer/multiauth_tutorial/issues/{{ url('/') }}'>https://github.com/DevMarketer/multiauth_tutorial/issues/{{ url('/') }}</a></td></tr> <tr><td> </td><td><a href='/?url=https://github.com'>https://github.com</a></td></tr> <tr><td>Terms</td><td><a href='/?url=https://docs.github.com/site-policy/github-terms/github-terms-of-service'>https://docs.github.com/site-policy/github-terms/github-terms-of-service</a></td></tr> <tr><td>Privacy</td><td><a href='/?url=https://docs.github.com/site-policy/privacy-policies/github-privacy-statement'>https://docs.github.com/site-policy/privacy-policies/github-privacy-statement</a></td></tr> <tr><td>Security</td><td><a href='/?url=https://github.com/security'>https://github.com/security</a></td></tr> <tr><td>Status</td><td><a href='/?url=https://www.githubstatus.com/'>https://www.githubstatus.com/</a></td></tr> <tr><td>Community</td><td><a href='/?url=https://github.community/'>https://github.community/</a></td></tr> <tr><td>Docs</td><td><a href='/?url=https://docs.github.com/'>https://docs.github.com/</a></td></tr> <tr><td>Contact</td><td><a href='/?url=https://support.github.com?tags=dotcom-footer'>https://support.github.com?tags=dotcom-footer</a></td></tr> </table> <p>Viewport: width=device-width <hr> URLs of <a href='/known-crawlers'>crawlers that visited me</a>.